完整问题:
OCI runtime exec failed: exec failed: unable to start container process: exec: "ping": executable file not found in $PATH: unknown
解决方案:
#进入容器执行:
apt-get update && apt-get install -y iputils-ping
完整问题:
OCI runtime exec failed: exec failed: unable to start container process: exec: "ping": executable file not found in $PATH: unknown
解决方案:
#进入容器执行:
apt-get update && apt-get install -y iputils-ping