A Dockerfile is essentially a list of commands in the following form: INSTRUCTION arguments. The majority of the most widely used commands can be seen in the above Dockerfile. The number tells you which version of the technology the image uses (e.g., the python:3.11.0a5image uses Python:alpine)
Table of contents
ContentsObjectivesContainers and Virtual MachinesDockerDockerfileImageContainerCommandsConclusion2 Comments
Sort: