mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
docs: clarify systemd cgroup mount
Closes: https://github.com/containers/podman/issues/20521 [CI:DOCS] clarify systemd cgroup mount Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user