github mviereck/x11docker v7.1.0

latest releases: v7.6.0, v7.5.0, v7.4.2...
2 years ago

7.1.0 - 2022-02-12

Added

  • --backend=proot: Use a rootfs on host with proot instead of a container.
    (#224)
  • --backend=host: Run application from host. Replaces -e, --exe.
  • --ipc [=ARG]: Replaces former --hostipc.

Changed

  • --hostdisplay: Use XlibNoSHM.so from x11docker/xserver if available.
    This avoids the need of --ipc=host.
  • --backend: Do not use fallbacks if backend is not found.

Fixed

  • --init=systemd: support cgroupv2 unified hierarchy.
    (#349)
  • --backend=nerdctl: Some fixes.
  • --backend=host --xoverip: No error without --network.
  • user/group setup fixes.
  • xpra pid check fix.
  • Container startup check fix.
  • Several minor fixes I forgot to note here.

Deprecated

  • -e, --exe: Use --backend=host instead.
  • --hostipc: Use --ipc [=ARG] instead.

Don't miss a new x11docker release

NewReleases is sending notifications on new releases.