diff --git a/storage/storagedriver/index.md b/storage/storagedriver/index.md index cbc2a36885..a26813375a 100644 --- a/storage/storagedriver/index.md +++ b/storage/storagedriver/index.md @@ -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)