Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Copy console output of container (logs)

  • logs
docker logs CONTAINER_ID
  • .dockerignore}

docker build . will send over all the content of the corrent directory to the docker daemon. You usually don't want that. So add a file called .dockerignore to the root of your project

.git/
temp/