0 votes
in DevOps by

what is Docker image?

1 Answer

0 votes
by

Docker image is the source of Docker container. Or in other words, Docker images are used to create containers.

...