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.
2 parents f645a6a + e933bb7 commit 964707dCopy full SHA for 964707d
docs/how-to/compose-quickstart.md
@@ -42,3 +42,16 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
42
- Follow this gist <https://gist.github.com/kaaquist/dab64aeb52a815b935b11c86202761a3>
43
- Install an X11 server like XQuartz
44
45
+## Diamond Light Source workstation
46
+
47
+Setup a podman service and socket:
48
+```bash
49
+systemctl enable --user podman.socket --now
50
+```
51
52
+Add this to your `~/.profile` and logout and back in:
53
54
+export PATH=/dls_sw/apps/docker-compose/2.33.1/bin/:$PATH
55
+export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
56
+alias docker=podman
57
0 commit comments