Skip to content

Commit 964707d

Browse files
authored
Merge pull request #203 from epics-containers/ansible
add dls quickstart for compose
2 parents f645a6a + e933bb7 commit 964707d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/how-to/compose-quickstart.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,16 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
4242
- Follow this gist <https://gist.github.com/kaaquist/dab64aeb52a815b935b11c86202761a3>
4343
- Install an X11 server like XQuartz
4444

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+
```bash
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

Comments
 (0)