docker images
https://docs.docker.com/engine/reference/commandline/
https://docs.docker.com/engine/tutorials/networkingcontainers/
docker pull nginx
https://hub.docker.com/_/nginx/
docker pull postgres
docker run --name testpg -e POSTGRES_PASSWORD=havefaith -d postgres
https://hub.docker.com/_/postgres/
No comments:
Post a Comment