Merge pull request #20529 from giuseppe/docs-clarify-systemd-mount
docs: clarify systemd cgroup mount
This commit is contained in:
commit
f509a3421f
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue