Skip to content

Commit 11e90b6

Browse files
authored
updates (#22)
* preparing for gsoc2022 * ideas page updated * names updated
1 parent 4a54bb0 commit 11e90b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/develop/Docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /develop/docker_images
55
exclude: 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

1111
A 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

0 commit comments

Comments
 (0)