开发者社区 问答 正文

Docker中仓库的基本操作

Docker中仓库的基本操作

展开
收起
游客pklijor6gytpx 2019-11-13 14:34:14 1244 分享 版权
2 条回答
写回答
取消 提交回答
  • 技术架构师 阿里云开发者社区技术专家博主 CSDN签约专栏技术博主 掘金签约技术博主 云安全联盟专家 众多开源代码库Commiter

    可以对仓库,pull 下载镜像, push 推本地镜像到镜像仓库

    2019-11-15 17:08:34
    赞同 展开评论
  • 
    [root@xxx ~]# docker push xxx/centos:git    # 失败
    
    The push refers to a repository [docker.io/xxx/centos]
    
    unauthorized: authentication required
    
    2019-11-13 14:34:52
    赞同 展开评论
问答分类:
问答地址: