美文网首页
如何成为docker开发社区成员

如何成为docker开发社区成员

作者: peter_yzq | 来源:发表于2017-10-05 11:24 被阅读0次

    (现在有一点小改动,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.

    相关文章

      网友评论

          本文标题:如何成为docker开发社区成员

          本文链接:https://www.haomeiwen.com/subject/iiihyxtx.html