如何成为docker开发社区成员

2017-10-05  本文已影响0人  peter_yzq

(现在有一点小改动,docker开源项目名称换成moby了)。

2.1:遇到的问题:

make BIND_DIR=.shell (执行这条命令时出错)

Makefile:113: The docker client CLI has moved to github.com/docker/cli. By default, it is built from the git sha specified in hack/dockerfile/binaries-commits. For a dev-test cycle involving the CLI, run:

DOCKER_CLI_PATH=/host/path/to/cli/binary make shell

then change the cli and compile into a binary at the same location.

docker build -t “docker-dev:test-branch” -f “Dockerfile” .

Sending build context to Docker daemon 34.18MB

Step 1/47 : FROM debian:jessie

Get https://registry-1.docker.io/v2/library/debian/manifests/jessie: unauthorized: incorrect username or password

解决办法:docker 重新登录一下: docker login.

上一篇 下一篇

猜你喜欢

热点阅读