Docker推送到我的仓库

xiaoxiao2021-02-28  117

step1——找到本地镜像的ID:docker images step2——登陆Hub:docker login –username=username –password=你猜 step3——tag:docker tag 镜像id username/repositoryname:镜像id step4——push镜像:docker push username/repositoryname:镜像id

转载请注明原文地址: https://www.6miu.com/read-21030.html

最新回复(0)