Saved Bookmarks
| 1. |
Difference Between Docker Image And Container? |
|
Answer» DOCKER container is the runtime INSTANCE of docker IMAGE. Docker Image does not have a state and its state never CHANGES as it is just set of files whereas docker container has its execution state. Docker container is the runtime instance of docker image. Docker Image does not have a state and its state never changes as it is just set of files whereas docker container has its execution state. |
|