Releases
v6.9.0
6.9.0 - 2021-06-02
Added
--backend=BACKEND
: Experimental option to choose a container backend.
Currently supported: docker
, podman
and nerdctl
.
(#255)
(#357)
Support of rootless docker.
(#327)
--composite
: New option to enable or disable X extension Composite.
Can help to fix issues with --nxagent
.
(#345)
--no-setup
: Disable x11docker setup in container. (Formerly experimental.)
Changed
--pw [=FRONTEND]
: Argument FRONTEND
is optional now to allow easy
switch to rootful nerdctl or podman. Setting FRONTEND
requires =
.
--xhost [=STR]
: Agument STR
is optional now. If empty, set to
+SI:localuser:$USER
. Setting STR
requires =
.
Fixed
x11docker-gui
: Fixed --share
bug. Add several missing options.
(#358)
--init=s6-overlay
: Use --tmpfs /run:exec
(#340)
containerrootrc
: Don't run docker exec --privileged
for container root
setup to avoid possible abuse by corrupted core utils.
--limit
: Change free memory check.
(#360)
Deprecated
--podman
: Use --backend=podman
instead. (Formerly experimental)
You can’t perform that action at this time.