You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--xc: New option to run X server in container of x11docker/xserver.
Most X server and Wayland options are supported except those
running on console (notable --xorg).
--xpra2: New X server option to run xpra server in container (--xc),
but xpra client on host.
--xpra2-xwayland: New X server option to run accelerated xpra server
in container (--xc), but xpra client on host.
Configuration of x11docker with default preset file. Compare --preset.
Allows to specify options that will be applied in all x11docker sessions.
Useful to declare a default --backend and/or --runtime.
--runtime=sysbox-runc: Experimental support of sysbox runtime.
--printenv [=FILE]: Replaces --showenv.
--printid [=FILE]: Replaces --showid.
--printinfofile [=FILE]: Replaces --showinfofile.
--printpid1 [=FILE]: Replaces --showpid1.
Changed
--network=none is default now. Use -I, --network to allow internet access.
--user=root: Needs --sudouser or --cap-default for usual root privileges.