LINKERD:无法从linkerdbuild立docker镜像

https://github.com/linkerd/linkerd#docker从Readme上的指令,我已经执行了下面的命令,

; linkerd / docker; namerd / docker

我得到以下例外,

[info] Done packaging. [trace] Stack trace suppressed: run last linkerd/bundle:docker for the full output. [error] (linkerd/bundle:docker) java.io.IOException: Cannot run program "docker" (in directory "/home/shaikk/linkerd/linkerd/target/docker"): error=2, No such file or directory [error] Total time: 284 s, completed Mar 6, 2017 9:13:49 AM 

我认为No such file or directory错误信息是指docker二进制本身。 你可以尝试运行which docker ,看看它是否在你的path? 如果不存在,可以按照以下说明安装: https : //docs.docker.com/engine/installation/#platform-support-matrix

Interesting Posts