Skip to content

Commit 53feb91

Browse files
authored
Merge pull request #46 from hone/note_about_windows
Add -d when running Docker compose on Windows
2 parents f162570 + 27fe9e3 commit 53feb91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ root@3da278e931fc:/home/mruby/code# mruby/build/host/bin/hello_world
4040
Hello World
4141
```
4242

43+
### On Windows system
44+
45+
When running on a windows system `docker-compose run`, you need to add the flag
46+
`-d`. For instance, `docker-compose run -d compile`. If you don't add it, you
47+
will got the following error:
48+
49+
```
50+
[31mERROR
51+
Please pass the -d flag when using `docker-compose run`.
52+
```
53+
4354
## Docker
4455

4556
Each app will be generated with a Dockerfile that inherits a base image.

0 commit comments

Comments
 (0)