使用snap docker构建映像的问题

时间:2018-08-08 12:03:49

标签: linux docker mint

这是我的码头工人:

» which docker
/snap/bin/docker
» docker --version
Docker version 17.06.2-ce, build a04f55b

我安装的是:

sudo snap install docker

我尝试构建图像:

» docker build -f ./Dockerfile .
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /var/lib/snapd/void/Dockerfile: no such file or directory

Dockerfile在这里:

»  ls -l Dockerfile 
-rw-rw-r-- 1 damane damane 144 Aug  8 13:48 Dockerfile

这是我的系统

» lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:    Linux Mint 19 Tara
Release:        19
Codename:       tara

1 个答案:

答案 0 :(得分:3)

这不能直接回答您的快照安装问题,但是,我建议您不要使用快照,而是按照docker documentation page上的说明进行操作。

这样,您将始终拥有官方版本和更新版本