File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ permalink: /develop/docker_images
55exclude : true
66---
77
8- For stable and develop branch of MSS we provide docker images on < https://hub.docker.com/orgs /openmss/ >
8+ For stable and develop branch of MSS we provide docker images on < https://hub.docker.com/u /openmss >
99
1010
1111A complete setup of the mswms server with demodata and the mscolab server with an empty database and the
@@ -16,7 +16,7 @@ mss ui can be started by a command.
1616 runs mswms with demodata, mscolab and the msui
1717
1818 $ xhost +local:docker
19- $ docker run --net=host -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix yourmss/stable MSS
19+ $ docker run --net=host -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix openmss/mss MSS
2020
2121
2222
@@ -25,7 +25,7 @@ mss ui can be started by a command.
2525 runs mswms with demodata, mscolab and the msui
2626
2727 $ xhost +local:docker
28- $ docker run --net=host -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix yourmss/develop MSS
28+ $ docker run --net=host -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix openmss/mss-dev MSS
2929
3030
3131
You can’t perform that action at this time.
0 commit comments