Remove seccomp=undefined

pull/240/head
Mandy Schoep 1 year ago
parent 3744125ed3
commit c04c53602d

@ -17,7 +17,6 @@ docker run -it -p "443:$VNC_PORT" --rm \
-e KASMVNC_VERBOSE_LOGGING=$KASMVNC_VERBOSE_LOGGING \ -e KASMVNC_VERBOSE_LOGGING=$KASMVNC_VERBOSE_LOGGING \
-e "VNC_USER=foo" -e "VNC_PW=foobar" \ -e "VNC_USER=foo" -e "VNC_PW=foobar" \
-e "VNC_PORT=$VNC_PORT" \ -e "VNC_PORT=$VNC_PORT" \
--security-opt seccomp=unconfined \
$entrypoint_executable \ $entrypoint_executable \
"$tester_image" \ "$tester_image" \
$entrypoint_args $entrypoint_args

Loading…
Cancel
Save