当我尝试编译 moby(最新版本 2018.08.07)时,结果如下:
docker build -t "docker-dev:master" -f "Dockerfile" .
Sending build context to Docker daemon 43.28 MB
Step 1 : FROM golang:1.10.3 AS base
Pulling repository docker.io/library/golang
Tag 1.10.3 AS base not found in repository docker.io/library/golang
make: *** [build] Error 1
我的主机是:centos 6
Linux li1202-249.members.linode.com 4.15.13-x86_64-linode106 #1 SMP Tue Mar 27 14:42:14 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
我的码头工人版本是:
[root@li1202-249 ~]# docker version
Client:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64
服务器:版本:1.9.1 API 版本:1.21 Go 版本:go1.4.3 Git 提交:a34a1d5 构建:2015 年 11 月 20 日星期五 17:56:04 UTC 操作系统/Arch:linux/amd64
我设置的错误配置是什么?