Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Juniper Exam JN0-213 Topic 1 Question 6 Discussion

Actual exam question for Juniper's JN0-213 exam
Question #: 6
Topic #: 1
[All JN0-213 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: C

Docker containers are designed to be ephemeral, meaning they run based on their current configuration. When a Docker container is stopped, it does not automatically save changes made during its runtime. When you executedocker run, it starts a new instance of the container, not an existing version with its changes[14-16]. If you want to persist changes between runs, you need to commit changes to a new Docker image or use Docker volumes for data persistence[14-16]. Reference from Juniper site: Stack Overflow, Docker Docs


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel