Skip to content

Commit 4eb86ee

Browse files
committed
Add HACKING_WITH_DOCKER
1 parent fd88e96 commit 4eb86ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

HACKING_WITH_DOCKER

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Install docker and docker-compose on your host OS (example for Debian/Ubuntu):
2+
3+
sudo apt install docker.io docker-compose
4+
5+
Then, build and run the Docker image:
6+
7+
docker-compose -f docker/docker-compose.yml run --service-ports mos
8+
9+
After it is up and running, point your web browser to:
10+
11+
http://localhost:8020/

0 commit comments

Comments
 (0)