如何导出dockers镜像

[root@izhp35q0sf8o31c8cz1o9tz build-docker2]# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
centos              httpd               e2d673f33b3f        44 hours ago        302MB
hello-world         hello               e2d673f33b3f        44 hours ago        302MB
centos              latest              75835a67d134        3 months ago        200MB
hello-world         latest              4ab4c602aa5e        4 months ago        1.84kB
pty-fine            1.0.0               d026d81807fc        8 months ago        753MB
pty-nginx           1.0.0               1ad7f4b9e21c        8 months ago        109MB
pty                 1.0.0               6110d1d646c6        8 months ago        753MB
pty-mysql           1.0.0               58da8d1bd0d3        9 months ago        430MB
[root@izhp35q0sf8o31c8cz1o9tz build-docker2]# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
centos              httpd               e2d673f33b3f        44 hours ago        302MB
hello-world         hello               e2d673f33b3f        44 hours ago        302MB
centos              latest              75835a67d134        3 months ago        200MB
hello-world         latest              4ab4c602aa5e        4 months ago        1.84kB
pty-fine            1.0.0               d026d81807fc        8 months ago        753MB
pty-nginx           1.0.0               1ad7f4b9e21c        8 months ago        109MB
pty                 1.0.0               6110d1d646c6        8 months ago        753MB
pty-mysql           1.0.0               58da8d1bd0d3        9 months ago        430MB
[root@izhp35q0sf8o31c8cz1o9tz build-docker2]# docker save -o hello-word-image.tar hello-world/hello
Error response from daemon: No such image: hello-world/hello
[root@izhp35q0sf8o31c8cz1o9tz build-docker2]# docker save -o hello-word-image.tar hello-world.io/hello-world:hello
Error response from daemon: reference does not exist
[root@izhp35q0sf8o31c8cz1o9tz build-docker2]# cd 
[root@izhp35q0sf8o31c8cz1o9tz ~]# docker save -o hello-word-image.tar hello-world.io/hello-world:hello
Error response from daemon: reference does not exist
[root@izhp35q0sf8o31c8cz1o9tz ~]# docker save -o hello-word-image.tar hello-world/hello
Error response from daemon: No such image: hello-world/hello
[root@izhp35q0sf8o31c8cz1o9tz ~]# docker save -o hello-word-image.tar hello-world
[root@izhp35q0sf8o31c8cz1o9tz ~]# ls
docker.io-centos-httpd-docker-image.tar  hello-word-image.tar  rpmbuild
[root@izhp35q0sf8o31c8cz1o9tz ~]# pwd
/root
[root@izhp35q0sf8o31c8cz1o9tz ~]# 

在这里插入图片描述

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值