mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added information about accessing host directory on Windows.
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
624de8a9cd
commit
6e46204ab8
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue