We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287d156 commit 27fe9e3Copy full SHA for 27fe9e3
1 file changed
README.md
@@ -40,6 +40,17 @@ root@3da278e931fc:/home/mruby/code# mruby/build/host/bin/hello_world
40
Hello World
41
```
42
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
54
## Docker
55
56
Each app will be generated with a Dockerfile that inherits a base image.
0 commit comments