Docker守护程序无法找到dockerfile

时间:2015-09-17 17:43:56

标签: node.js image docker

我正在尝试使用以下docker文件

创建node-js基本映像

Dockerfile:

FROM node:0.10-onbuild
# replace this with your application's default port
EXPOSE 8888

然后我运行命令“sudo docker build -t nodejs-base-image .” 这与错误

一起失败
FATA[0000] The Dockerfile (Dockerfile) must be within the build context (.) 

我从'Dockerfile'所在的同一目录运行上面的命令。可能会发生什么? 我在Docker version 1.6.2, build 7c8fca2

1 个答案:

答案 0 :(得分:0)

这种情况正在发生,因为我对相关的Dockerfile没有适当的权限