加入 --security-opt seccomp:unconfined選項,關閉docker遠程命令執行保護linux
如:docker
docker run --security-opt seccomp:unconfined -it -p 23945:23946 ubuntu.17.04.i386 /bin/bashubuntu
*注意:security選項必定要在-it參數以前,不然會報錯「bash
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"--security-opt\": executable file not found in $PATH": unknown.it
」table