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

Download image

  • pull

Earlier when we used the run command to run a Docker images, the first thing it did was downloading the image. Subsequent run commands only executed the image.

You could actully download images without running them using the pull command. You only need to provide the name and the tag of the image.

docker pull ubuntu:23.04