在Docker | DOCKER CLOUD的仓库中创建镜像
作为示例,我们尝试将现有存储库的图像直接推送到自己的存储库中。
将Docker云平台上进行注册
从https://cloud.docker.com/网站获取。
登录Docker云
$ docker login
创建一个仓库
从合适的形象中获取灵感
$ docker pull alpine
对图像进行标签
$ docker tag [イメージ] [ユーザー名]/[レポジトリ名]:[タグ]
请告诉我你的名字。
论文的字数要求为3000字。
他是我最好的朋友之一。
$ docker tag alpine yumainaura/alpine-copy:latest
(: “latest” 可以省略不写)
确认图像
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
alpine latest 02674b9cb179 6 days ago 3.99 MB
yumainaura/alpine-copy latest 02674b9cb179 6 days ago 3.99 MB
对标签进行推送
$ docker push [ユーザー名]/[レポジトリ名]:[タグ]
请问,这家餐厅有外卖服务吗?
$ docker push yumainaura/alpine-copy:latest
在Docker Cloud上确认
被反映出来了。
确认拉的动作
试试将脑海中的图像抹去
$ docker rmi yumainaura/alpine-copy
从远程控制容器开始执行
$ docker run yumainaura/alpine-copy echo 'hello world'
我了解可以拉取图像并执行。
Unable to find image 'yumainaura/alpine-copy:latest' locally
latest: Pulling from yumainaura/alpine-copy
Digest: sha256:c0537ff6a5218ef531ece93d4984efc99bbf3f7497c0a7726c88e2bb7584dc96
Status: Downloaded newer image for yumainaura/alpine-copy:latest
hello world
请参考
- Get Started, Part 2: Containers – Docker Documentation
招募聊天室成员
如果有任何问题、烦恼或需要咨询的,可以使用LINE开放聊天来交流。
就Twitter而言