Skip to content

Commit

Permalink
Small fix to Docker devenv documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
baagaard-usgs committed Dec 6, 2021
1 parent 9dcf70a commit fc16a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devenv/docker-devenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ The fix is to run the container in privileged mode as root and restart the `proc

```{code-block} bash
# Run docker image in privileged mode as root.
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
# Verify ptrace setting needs updating
cat /proc/sys/kernel/yama/ptrace_scope
Expand Down

0 comments on commit fc16a52

Please sign in to comment.