Docker:无法准备上下文:无法评估 Dockerfile 路径中的符号链接:GetFileAttributesEx [英] Docker: unable to prepare context: unable to evaluate symlinks in Dockerfile path: GetFileAttributesEx

查看:41
本文介绍了Docker:无法准备上下文:无法评估 Dockerfile 路径中的符号链接:GetFileAttributesEx的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我今天刚刚下载了适用于 Windows 10 64 位的 Docker 工具箱.我正在阅读教程.尝试使用 Dockerfile 构建映像时,我收到以下错误.

I just downloaded Docker Toolbox for Windows 10 64bit today. I'm going through the tutorial. I'm receving the following error when trying to build an image using a Dockerfile.

步骤:

  • 启动 Docker 快速入门终端.
  • 创建后的 testdocker.
  • 按照构建您自己的映像"网络链接中的说明准备 Dockerfile
  • 运行下面的命令

docker build -t docker-whale .

错误:$ docker build -t docker-whale .

无法准备上下文:无法评估 Dockerfile 路径中的符号链接:GetFileAttributesEx C:UsersVillanuevaTest estdockerDockerfile:系统找不到指定的文件.

顺便说一句:我尝试了@https://github.com/docker/docker/issues/14339

    $ docker info
    Containers: 4
     Running: 0
     Paused: 0
     Stopped: 4
    Images: 2
    Server Version: 1.10.1
    Storage Driver: aufs
     Root Dir: /mnt/sda1/var/lib/docker/aufs
     Backing Filesystem: extfs
     Dirs: 20
     Dirperm1 Supported: true
    Execution Driver: native-0.2
    Logging Driver: json-file
    Plugins:
     Volume: local
     Network: bridge null host
    Kernel Version: 4.1.17-boot2docker
    Operating System: Boot2Docker 1.10.1 (TCL 6.4.1); master : b03e158 - Thu Feb 11 22:34:01 UTC 2016
    OSType: linux
    Architecture: x86_64
    CPUs: 1
    Total Memory: 996.2 MiB
    Name: default
    ID: C7DS:CIAJ:FTSN:PCGD:ZW25:MQNG:H3HK:KRJL:G6FC:VPRW:SEWW:KP7B
    Debug mode (server): true
     File Descriptors: 32
     Goroutines: 44
     System Time: 2016-02-19T17:37:37.706076803Z
     EventsListeners: 0
     Init SHA1:
     Init Path: /usr/local/bin/docker
     Docker Root Dir: /mnt/sda1/var/lib/docker
    Labels:
     provider=virtualbox

推荐答案

同时执行以下命令:

docker build -t docker-whale .

检查 Dockerfile 是否存在于您当前的工作目录中.

check that Dockerfile is present in your current working directory.

这篇关于Docker:无法准备上下文:无法评估 Dockerfile 路径中的符号链接:GetFileAttributesEx的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆