Browse code

correct documentation for where images are stored on filesystem.

Brandon Liu authored on 2013/05/03 12:37:08
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ Images
12 12
 ------
13 13
 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
14 14
 
15
-Images are stored on your local file system under /var/lib/docker/images
15
+Images are stored on your local file system under /var/lib/docker/graph
16 16
 
17 17
 
18 18
 .. _containers: