docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting cont...

docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"ping\": executable file not found in $PATH": unknown.

 

 

 

解决方案:
docker run learn/tutorial /bin/sh -C &&  ping www.baidu.com

转载于:https://www.cnblogs.com/zxj95121/p/10867713.html

你可能感兴趣的:(docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting cont...)