加入 --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