7.1.0 - 2022-02-12
Added
--backend=proot
: Use a rootfs on host withproot
instead of a container.
(#224)--backend=host
: Run application from host. Replaces-e, --exe
.--ipc [=ARG]
: Replaces former--hostipc
.
Changed
--hostdisplay
: UseXlibNoSHM.so
fromx11docker/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.