Skip to content

Commit 379ffab

Browse files
committed
Update README.md
1 parent 3fb615b commit 379ffab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ $ go get github.com/docker-exec/dexec
3030

3131
These examples use a .cpp source file, but any of the supported languages can be used instead. Arguments can be passed in any order, using any style of the acceptable switch styles described.
3232

33+
If you are using boot2docker by default the only paths that can be mounted are in the operating system's users directory. See Docker's page on [managing data in containers](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume) for more information.
34+
3335
The application provides help and version information as follows:
3436

3537
```sh
@@ -76,6 +78,12 @@ By default, ```dexec``` assumes the sources are in the directory from which it i
7678
$ dexec -C /path/to/sources foo.cpp bar.cpp
7779
```
7880

81+
Use the following form on Windows (as opposed to /c/path/to/sources):
82+
83+
```sh
84+
$ dexec -C C:\path\to\sources foo.cpp bar.cpp
85+
```
86+
7987
### Include files and folders mounted in Docker container
8088

8189
Individual files can be mounted without being passed to the compiler, for example header files in C & C++, or input files for program execution. These can be included in the following way.

0 commit comments

Comments
 (0)