mirror of https://github.com/docker/docs.git
fixed typo in buildingblocks.rst
This commit is contained in:
parent
cff26b3a6c
commit
cbc4eccd50
|
@ -10,7 +10,7 @@ Building blocks
|
||||||
|
|
||||||
Images
|
Images
|
||||||
------
|
------
|
||||||
An original container image. These are stored on disk and are comparable with what you normally expect from a stoppped virtual machine image. Images are stored (and retrieved from) repository
|
An original container image. These are stored on disk and are comparable with what you normally expect from a stopped virtual machine image. Images are stored (and retrieved from) repository
|
||||||
|
|
||||||
Images are stored on your local file system under /var/lib/docker/images
|
Images are stored on your local file system under /var/lib/docker/images
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue