我正在尝试使用此预定义和可自定义的图像:
https://hub.docker.com/r/webdevops/php-nginx/dockerfile
但是我遇到一个错误:
Step 7/11 : COPY conf/ /opt/docker/
COPY failed: stat /var/lib/docker/tmp/docker-builder231406327/conf: no such file or directory
这是因为我的本地主机中没有名为conf/
的任何文件夹,并尝试从那里进行复制。有人使用过这种图像吗?
在我的应用文件夹中,只有下一个内容与docker文件位于根目录(https://github.com/banago/simple-php-website)
我正在运行以下命令:docker build -t php-test
要使此docker镜像正常工作,我需要做什么?