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
--init=tini|systemd|sysvinit|openrc|runit|none: New option to specify
or disable init system / PID 1 in container. Replaces singular options.
Deprecated
--tini: Use --init=tini instead.
--systemd: Use --init=systemd instead.
--sysvinit: Use --init=sysvinit instead.
--openrc: Use --init=openrc instead.
--runit: Use --init=runit instead.
--no-init: Use --init=none instead.
Changed
--wm[=COMMAND]: Argument COMMAND is optional now. Note that = is
mandatory now. Use --wm=openbox instead of --wm openbox. --wm without an option autodetects a host window manager.
Fixed
Execute containerrootrc in /tmp of container to circumvent possible
issues with access 700 of ~/.cache on host. (#131)
Check repeatly for PID1 of container to avoid race condition on slow systems. (#133)