Browse Source

Merge pull request #11997 from tiborvass/carry-11926

Carry 11926: Added information about accessing host directory on Windows.
moxiegirl 10 years ago
parent
commit
05753288c4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/sources/userguide/dockerimages.md

+ 3 - 0
docs/sources/userguide/dockerimages.md

@@ -242,6 +242,9 @@ Let's create a directory and a `Dockerfile` first.
     $ cd sinatra
     $ cd sinatra
     $ touch Dockerfile
     $ 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
 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.
 example now for building our own Sinatra image for our development team.