Skip to content

v5.6.0

Compare
Choose a tag to compare
@mviereck mviereck released this 02 May 20:35
· 858 commits to master since this release

5.6.0 - 2019-05-02

Added

  • --runtime=RUNTIME: New option to specify container runtime.
    Known runtimes: runc (docker default), crun, nvidia and kata-runtime. (#138)
  • --share=PATH: Share file or folder. Replaces --sharedir.
    Works for device files in /dev, too. Shares targets of symlinks, too.

Deprecated

  • --sharedir: Use --share instead.
  • --no-xhost: No replacement.
  • --sys-admin: No replacement.

Fixed

  • --clipboard: Bugfix for --xephyr and some other desktop mode X servers. (#152)
  • --dbus-system: Fixed startup failure with user switching.
  • --init=sysvinit|runit|openrc: Always create service to start system DBus.
  • elogind support for debian buster containers. Partial support for Void.
  • docker commit: Throw error if running a recursive image command created with docker commit from an x11docker container. (#146)