We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02071d commit cb8d6c1Copy full SHA for cb8d6c1
data/docs/delphi-guide-docker/delphi-guide-docker.md
@@ -28,7 +28,7 @@ To start the container on a Linux based system, use:
28
29
```
30
$ xhost + local:docker
31
-$ docker run --privileged --rm -it -e DISPLAY --network host -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/.Xauthority:/home/delphi/.Xauthority --user delphi gitlab-registry.cern.ch/delphi/deployment/delphi/al9_64 /bin/bash -l
+$ docker run --privileged --rm -it -e DISPLAY --network host -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/.Xauthority:/home/delphi/.Xauthority --user delphi gitlab-registry.cern.ch/delphi/deployment/delphi/al9_64_xrd /bin/bash -l
32
33
34
This command will download the Alma9 based container and create a login shell for the DELPHI user.
0 commit comments