Jump to content

Docker (software): Difference between revisions

Line 50: Line 50:
For the most part, you don't need to worry about images as <code>docker run</code> and <code>docker-compose</code> will download and build images for you as needed.
For the most part, you don't need to worry about images as <code>docker run</code> and <code>docker-compose</code> will download and build images for you as needed.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# List downloaded images.
# List images.
docker image ls
docker image ls