List of questions
Related questions
Question 40 - JN0-213 discussion
You have started a container in Docker, made configuration changes to it, and stopped the container. You notice the next time that you execute the docker run command, the changes have not persisted.
What is the problem?
A.
The docker load command must be used to persist the change.
B.
Docker images need to be recompiled to make any changes.
C.
The docker run command starts a new copy of the container, not the existing version.
D.
The docker exec command needs to be run first to save and exit the running container.
Your answer:
0 comments
Sorted by
Leave a comment first