Skip to content

Commit fc16a52

Browse files
committed
Small fix to Docker devenv documentation.
1 parent 9dcf70a commit fc16a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devenv/docker-devenv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The fix is to run the container in privileged mode as root and restart the `proc
204204

205205
```{code-block} bash
206206
# Run docker image in privileged mode as root.
207-
docker run -ti --privileged --rm -u root registry.gitlab.com/cig-pylith/pylith_installer/pylith-devenv /bin/bash
207+
docker run -ti --privileged --rm -u root registry.gitlab.com/cig-pylith/pylith_installer/pylith-devenv:2.2.2 /bin/bash
208208
209209
# Verify ptrace setting needs updating
210210
cat /proc/sys/kernel/yama/ptrace_scope

0 commit comments

Comments
 (0)