You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it possible to mount content inside a tmpfs. For example,
systemd wants a tmpfs at /dev [1] and you may want to also mount
/dev/pts, /dev/shm, etc. Or you may want to put a tmpfs at
/sys/fs/cgroup and a cgroup filesystem at /sys/fs/cgroup/systemd.
There's also some background discussion in [2].
[1]: https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/
[2]: opencontainers/runtime-spec#591
Subject: Require the mount destination to be created before hand
0 commit comments