Skip to content

Instantly share code, notes, and snippets.

@pnhoang
Created August 16, 2018 14:40
Show Gist options
  • Save pnhoang/a14f42dd3d079edaf093675312904651 to your computer and use it in GitHub Desktop.
Save pnhoang/a14f42dd3d079edaf093675312904651 to your computer and use it in GitHub Desktop.

Notes from the docker workshop

docker ps

docker run -d -p 9000:80 nginx:latest

docker rm -f id-container

docker images

docker images | grep nginx

docker run -rm

docker ps -a | grep nginx

docker image inspect node:8.11.3

docker-compose.yml

(to be updated later with a docker course/tutorials section)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment