|
|
|
|
28
|
### Running the code in a container (safer)
|
28
|
### Running the code in a container (safer)
|
29
|
|
29
|
|
30
|
If you use the [docker](https://www.docker.com/) containerization service, you can easily run WBO as a container.
|
30
|
If you use the [docker](https://www.docker.com/) containerization service, you can easily run WBO as a container.
|
31
|
-An official docker image for WBO is hosted on dockerhub as [`lovasoa/wbo`](https://hub.docker.com/repository/docker/lovasoa/wbo): [](https://hub.docker.com/repository/docker/lovasoa/wbo).
|
|
|
|
|
31
|
+An official docker image for WBO is hosted on dockerhub as [`lovasoa/wbo`](https://hub.docker.com/r/lovasoa/wbo): [](https://hub.docker.com/repository/docker/lovasoa/wbo).
|
32
|
|
32
|
|
33
|
You can run the following bash command to launch WBO on port 5001, while persisting the boards outside of docker:
|
33
|
You can run the following bash command to launch WBO on port 5001, while persisting the boards outside of docker:
|
34
|
|
34
|
|