Tiryoh / docker-ros2-desktop-vnc

🐳 Dockerfiles to provide HTML5 VNC interface to access Ubuntu Desktop + ROS 2
https://memoteki.net/archives/2955
Apache License 2.0
417 stars 83 forks source link

fix: Add "--security-opt" #94

Closed Tiryoh closed 1 year ago

Tiryoh commented 1 year ago

VNC blackouts without "--security-opt" option on Ubuntu

-docker run -p 6080:80 --shm-size=512m tiryoh/ros2-desktop-vnc:humble
+docker run -p 6080:80 --security-opt seccomp=unconfined --shm-size=512m tiryoh/ros2-desktop-vnc:humble

before image

after image