Skip to content

v5.5.0

Compare
Choose a tag to compare
@mviereck mviereck released this 06 Mar 11:34
· 944 commits to master since this release

5.5.0 - 2019-03-06

Added

  • --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)