Browse Source
update readme with powershell friendly docker pull (#147)
The new docker pull command works with Windows Powershell
In response to issue 146 from lovasoa/whitebophir on github
dev_h
Wandera Brian
4 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
|
|
33
|
You can run it with the following bash command :
|
33
|
You can run it with the following bash command :
|
34
|
|
34
|
|
35
|
```
|
35
|
```
|
36
|
-docker run -it --publish 5001:80 --volume $(pwd)/wbo-boards:/opt/app/server-data lovasoa/wbo:latest
|
|
|
|
|
36
|
+docker run -it --publish 5001:80 --volume "$(pwd)/wbo-boards:/opt/app/server-data" lovasoa/wbo:latest
|
37
|
```
|
37
|
```
|
38
|
|
38
|
|
39
|
This will run WBO :
|
39
|
This will run WBO :
|