From 6e46204ab80b6df52c168fc06873280fc051d768 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 30 Mar 2015 23:19:13 +0700 Subject: [PATCH] Added information about accessing host directory on Windows. Signed-off-by: Tibor Vass --- docs/sources/userguide/dockerimages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index 3fe6aa28f6..f97231506e 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/docs/sources/userguide/dockerimages.md @@ -242,6 +242,9 @@ Let's create a directory and a `Dockerfile` first. $ cd sinatra $ touch Dockerfile +If you are using Boot2Docker on Windows, you may access your host +directory by `cd` to `/c/Users/your_user_name`. + Each instruction creates a new layer of the image. Let's look at a simple example now for building our own Sinatra image for our development team.