correct documentation for where images are stored on filesystem.

This commit is contained in:
Brandon Liu 2013-05-02 20:37:08 -07:00
parent c08d245539
commit 6cbe27b7a5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Images
------
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/graph
.. _containers: