如何成为docker开发社区成员

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

  • 2:

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.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容