Merge pull request #11369 from agbanagba/patch-1

Container base layer in jpg is 15.04
This commit is contained in:
Sebastiaan van Stijn 2020-09-18 00:58:35 +02:00 committed by GitHub
commit 196fbe3649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
![Layers of a container based on the Ubuntu image](images/container-layers.jpg)
@ -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.
![Containers sharing same image](images/sharing-layers.jpg)