Docker

Images

Containers

Cookbook


Run a temporary container:

Dockerfile in this folder:

docker run --rm -it -v $(pwd):/myapp $(docker build -q .)

docker build . - build an image from the Dockerfile in the current directory