Containerization and Virtualization Concepts
Julia Ostheimer
Freelance AI Consultant
Docker instruction | Description |
---|---|
FROM |
Defines the image to build on. |
COPY |
Copies files or directories into the container. |
RUN |
Runs a command inside the container. |
ENTRYPOINT |
Defines the default behavior of the container. |
Docker command | Description |
---|---|
docker build <context> |
Builds a Docker image based on Dockerfile. |
docker run <name_of_image> |
Runs a Docker container based on Docker image. |
DONE
Introduction to Containerization and VirtualizationUPCOMING
Introduction to DockerContainerization and Virtualization Concepts