运行容器提示权限问题docker run -v $PWD/myapp:/usr/src/myapp -w /usr/src/myapp python:3.5 python helloworld.pyhellopython: can't open file 'helloworld.py': [Errno 13] Permission denied关闭selinux可解决:setenforce 0