【发布时间】:2017-11-25 02:46:57
【问题描述】:
我的 docker 文件看起来像
FROM grpc/python
CMD ["/bin/ls /"]
它正在抛出一个错误:
container_linux.go:265: starting container process caused "exec: \"/bin/ls /\": stat /bin/ls /: no such file or directory"
docker: Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "exec: \"/bin/ls /\": stat /bin/ls /: no such file or directory".
【问题讨论】:
标签: docker dockerfile