错误:ping: permission denied (are you root?)

  • 原因:没有权限

方法一

docker exec -it -u root xxx sh

方法二

chmod u+s /bin/ping