0 votes
in Docker by
What are Docker Images?

1 Answer

0 votes
by

Docker image is the source of Docker container. In other words, Docker images are used to create containers. When a user runs a Docker image, an instance of a container is created. These docker images can be deployed to any Docker environment.

...