November 2018
Beginner
230 pages
6h 4m
English
It is important to know that when you are attached to a running container and make changes to it, such as installing new packages, or changing configuration files, that those changes only apply to that running container. If, for example, you use an Ubuntu image to run a container and then install curl into that container, the change does not apply back to the image you ran the container from, in this example, Ubuntu. If you were to start another container from the same Ubuntu image, you would need to install curl again. However, if you want to have the changes you make inside a running container persist and be available when you run new containers, you can use the container commit command. The container commit ...
Read now
Unlock full access