mirror of https://github.com/docker/docs.git
Merge pull request #11369 from agbanagba/patch-1
Container base layer in jpg is 15.04
This commit is contained in:
commit
196fbe3649
|
@ -48,7 +48,7 @@ writable layer on top of the underlying layers. This layer is often called the
|
|||
"container layer". All changes made to the running container, such as writing
|
||||
new files, modifying existing files, and deleting files, are written to this thin
|
||||
writable container layer. The diagram below shows a container based on the Ubuntu
|
||||
18.04 image.
|
||||
15.04 image.
|
||||
|
||||

|
||||
|
||||
|
@ -66,7 +66,7 @@ deleted. The underlying image remains unchanged.
|
|||
Because each container has its own writable container layer, and all changes are
|
||||
stored in this container layer, multiple containers can share access to the same
|
||||
underlying image and yet have their own data state. The diagram below shows
|
||||
multiple containers sharing the same Ubuntu 18.04 image.
|
||||
multiple containers sharing the same Ubuntu 15.04 image.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue