Skip to content

Commit

Permalink
Update README for Windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Feb 17, 2016
1 parent e624a43 commit 0a4b05d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dockerfiles/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

./brainspell.sh

Note: this is a BASH shell script and will not run on Windows. It does not
do much, though, so you can replace it with the following:

docker run --name=brainspell -p 127.0.0.1:8888:80 \
-v /path/to/brainspell/dockerfiles/tmp/mysql:/var/lib/mysql \
-v /path/to/brainspell:/home/brainspell \
-t brainspell

You may need to create the tmp/mysql directory by hand.

- You can pause and resume the container as follows:

docker stop brainspell
Expand Down

0 comments on commit 0a4b05d

Please sign in to comment.