Merge pull request #20529 from giuseppe/docs-clarify-systemd-mount

docs: clarify systemd cgroup mount
This commit is contained in:
openshift-ci[bot] 2023-10-30 14:08:06 +00:00 committed by GitHub
commit f509a3421f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -19,12 +19,13 @@ Running the container in systemd mode causes the following changes:
* _/run_
* _/run/lock_
* _/tmp_
* _/sys/fs/cgroup/systemd_
* _/sys/fs/cgroup/systemd_ (on a cgroup v1 system)
* _/var/lib/journal_
* Podman sets the default stop signal to **SIGRTMIN+3**.
* Podman sets **container_uuid** environment variable in the container to the
first 32 characters of the container ID.
* Podman does not mount virtual consoles (_/dev/tty\d+_) when running with **--privileged**.
* On cgroup v2, */sys/fs/cgroup* is mounted writeable.
This allows systemd to run in a confined container without any modifications.