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
When running with podman and xpra (x11docker --podman --xpra --desktop --size 1400x900 x11docker/mate) x11docker builds a command line that includes --cap-drop ALL which causes the container startup to fail:
Error: container_linux.go:346: starting container process caused "apply caps: operation not permitted": OCI runtime permission denied error
When adding --cap-default to the startup the container launches successfully. (x11docker --podman --xpra --cap-default --desktop --size 1400x900 x11docker/mate)
The text was updated successfully, but these errors were encountered:
When running with
podman
andxpra
(x11docker --podman --xpra --desktop --size 1400x900 x11docker/mate
)x11docker
builds a command line that includes--cap-drop ALL
which causes the container startup to fail:When adding
--cap-default
to the startup the container launches successfully. (x11docker --podman --xpra --cap-default --desktop --size 1400x900 x11docker/mate
)The text was updated successfully, but these errors were encountered: