mirror of https://github.com/docker/docs.git
Merge pull request #465 from shamrin/patch-2
- Documentation: fixed typo in "Building blocks"
This commit is contained in:
commit
50f5723f1d
|
@ -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