From 6cbe27b7a53e5818d1f5e193db00a58e3165557f Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Thu, 2 May 2013 20:37:08 -0700 Subject: [PATCH] correct documentation for where images are stored on filesystem. --- docs/sources/concepts/buildingblocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/concepts/buildingblocks.rst b/docs/sources/concepts/buildingblocks.rst index d422e6eef3..154ef00f45 100644 --- a/docs/sources/concepts/buildingblocks.rst +++ b/docs/sources/concepts/buildingblocks.rst @@ -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: