Skip to content

v6.10.0

Compare
Choose a tag to compare
@mviereck mviereck released this 06 Oct 11:15
· 397 commits to master since this release

6.10.0 - 2021-10-06

Added

  • --build: New option to build an image from x11docker repository.
  • --snap: New option to enable fallback mode to support Docker in snap.
    (#375)

Changed

  • --wm=container: drop containerized window manager support.
  • --backend=nerdctl: Disallow --home in rootless mode.
  • --backend: Allow --share in all rootless modes.
  • Use python to parse json output of inspect.
  • --update, --update-master, --remove: detect and use current installation
    directory.
    (#371)

Fixed

  • Return exit code of container command (regression fix).
    (#383)
  • --share: If path is in HOME, change container path and create softlink.
    Otherwise HOME might not be writeable.
  • --fallback: Add missing switch in option parsing.
    (#372)
  • --interactive: Fix output redirection.
    (#364)