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 9dcf70a commit fc16a52Copy full SHA for fc16a52
docs/devenv/docker-devenv.md
@@ -204,7 +204,7 @@ The fix is to run the container in privileged mode as root and restart the `proc
204
205
```{code-block} bash
206
# 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
+docker run -ti --privileged --rm -u root registry.gitlab.com/cig-pylith/pylith_installer/pylith-devenv:2.2.2 /bin/bash
208
209
# Verify ptrace setting needs updating
210
cat /proc/sys/kernel/yama/ptrace_scope
0 commit comments