docker导入本地镜像

时间:2022-04-19 22:56:23
-rw-r--r--  1 root root 98954220 Mar 17 17:02 centos-6-x86.tar.gz

利用下载的包 创建镜像:

cat centos-6-x86.tar.gz | docker import - centos-6-x86-64(名字自己定义)

把一个现有的镜像,导出成文件:

docker save -o centos_with_net.tar  IMAGE ID:

docker:/root# docker  images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
centos_6.5_net scan 9e2de3fc0748 About an hour ago 398.6 MB
centos_with_net scan 92b2e7f857ae 2 hours ago 269.5 MB
januswel/centos latest 088820de4929 12 days ago 198.3 MB
linux123 jj 088820de4929 12 days ago 198.3 MB
linux123 latest 088820de4929 12 days ago 198.3 MB
linux123 xxx123 088820de4929 12 days ago 198.3 MB
centos latest bb3d629a7cbc 12 days ago 196.6 MB
blalor/centos latest f01c1b138488 21 months ago 322.4 MB
docker:/root# docker save -o centos_with_net.tar 92b2e7f857ae
docker:/root# ls -ltr
total 377296
-rw-r--r--. 1 root root 7572 Jan 15 2015 install.log.syslog
-rw-r--r--. 1 root root 27312 Jan 15 2015 install.log
-rw-------. 1 root root 1342 Jan 15 2015 anaconda-ks.cfg
-rw-r--r-- 1 root root 277186048 Mar 17 17:07 centos_with_net.tar
-rw-r--r-- 1 root root 109115444 Mar 17 17:07 centos-6-x86.tar.gz 导入镜像: docker load <centos_with_net.tar docker:/root# docker rmi 92b2e7f857ae
Error response from daemon: Conflict, cannot delete 92b2e7f857ae because the running container cf141517fd59 is using it, stop it and use -f to force
Error: failed to remove images: [92b2e7f857ae] docker 停止容器: docker:/root# docker load <centos_with_net.tar
docker:/root# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
centos_6.5_net scan 9e2de3fc0748 About an hour ago 398.6 MB
<none> <none> 92b2e7f857ae 2 hours ago 269.5 MB
januswel/centos latest 088820de4929 12 days ago 198.3 MB
linux123 jj 088820de4929 12 days ago 198.3 MB
linux123 latest 088820de4929 12 days ago 198.3 MB
linux123 xxx123 088820de4929 12 days ago 198.3 MB
centos latest bb3d629a7cbc 12 days ago 196.6 MB
blalor/centos latest f01c1b138488 21 months ago 322.4 MB 倒回之后没有名字: docker:/root# docker tag 92b2e7f857ae centos_with_net:czcb
docker:/root# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
centos_6.5_net scan 9e2de3fc0748 About an hour ago 398.6 MB
centos_with_net czcb 92b2e7f857ae 2 hours ago 269.5 MB
linux123 jj 088820de4929 12 days ago 198.3 MB
linux123 latest 088820de4929 12 days ago 198.3 MB
linux123 xxx123 088820de4929 12 days ago 198.3 MB
januswel/centos latest 088820de4929 12 days ago 198.3 MB
centos latest bb3d629a7cbc 12 days ago 196.6 MB
blalor/centos latest f01c1b138488 21 months ago 322.4 MB

docker导入本地镜像的更多相关文章

  1. Docker公共&amp&semi;本地镜像仓库(七)--技术流ken

    分发镜像 我们已经会构建自己的镜像了,那么如果在多个docker主机上使用镜像那?有如下的几种可用的方法: 用相同的Dockerfile在其他host上构建镜像 将镜像上传到公共registry(比如 ...

  2. Docker公共&amp&semi;本地镜像仓库(七)

    分发镜像 我们已经会构建自己的镜像了,那么如果在多个docker主机上使用镜像那?有如下的几种可用的方法: 用相同的Dockerfile在其他host上构建镜像 将镜像上传到公共registry(比如 ...

  3. docker 创建本地镜像服务器

    1.docker pull registry //下载registry 镜像,registry 为docker 官方提供的一个镜像, 我们可以用它来创建本地的docker私有仓库. docker:/r ...

  4. docker 导入导出镜像

    docker容器导入导出有两种方法: 一种是使用save和load命令 使用例子如下: docker save ubuntu:load>/root/ubuntu.tar docker load& ...

  5. Docker配置本地镜像与容器的存储位置

    默认情况下Docker的存放位置为:/var/lib/docker 可以通过下面命令查看具体位置: sudo docker info | grep "Docker Root Dir&quot ...

  6. docker导入导出镜像

    docker容器导入导出有两种方法: 一种是使用save和load命令 使用例子如下: docker save ubuntu:load>/root/ubuntu.tar docker load& ...

  7. docker 制作本地镜像

    docker commit 55ddf8d62688 py_wb # 容器ID, 容器名称tag py_wb IP地址:5000/my-web:20180511 # 远程registory地址 我的镜 ...

  8. docker hub 本地镜像登录

    docker的登录信息存放在home目录下的.docker文件夹下,查看 cat ~/.docker/config.json { "auths": { "gcyimgs. ...

  9. Docker修改本地镜像与容器的存储位置

    这个方法里将通过软连接来实现. 首先停掉Docker服务: systemctl restart docker或者service docker stop 然后移动整个/var/lib/docker目录到 ...

随机推荐

  1. centos 搭建gitlab

    #修改yum源 yum -y install wget cd /etc/yum.repos.d wget -O CentOS-Base.repo http://mirrors.aliyun.com/r ...

  2. 下拉刷新控件&lpar;5&rpar;SwipeRefreshLayout官方教程&lpar;下&rpar;响应刷新事件

    http://developer.android.com/training/swipe/respond-refresh-request.html This lesson shows you how t ...

  3. wget 批量下载目录文件

    wget -r -p -k -np http://源目录     ./本地目标目录

  4. Java 之 MYSQL 数据库搭建

    1.首先要去加载java的mysql驱动,将下载的mysql-connect-bin-java.jar包添加到该项目下2.然后通过 Class.forName("com.mysql.jdbc ...

  5. SQL 多个表之间联合查询

    非常少用join,这次学学,并备忘两篇文章! 转自:http://hcx-2008.javaeye.com/blog/285661 连接查询 通过连接运算符能够实现多个表查询.连接是关系数据库模型的主 ...

  6. A Mathematical Curiosity

    A Mathematical Curiosity Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/O ...

  7. Winsock网络编程笔记(1)----入门

    今天第一次接触winsock网络编程,看的资料是Windows网络编程第二版.通过博客记住自己的看书笔记.. 在这里贴出第一个程序,虽然程序什么都没做,但以此作为入门,熟悉其网络编程风格.. #inc ...

  8. 外卖app的header组件开发

    1.webpack框架创建 # 全局安装 vue-cli $ npm install --global vue-cli # 创建一个基于 webpack 模板的新项目 $ vue init webpa ...

  9. Servlet开篇

    Servlet开篇 前面我已经说过好多遍了,如何学习好一个东西其实就是2个问题: 1,这个东西是干嘛的?为什么要玩这个东西? 2,怎么样就玩好这个东西了?具体的应该玩这个东西的什么? 其实现在对于我来 ...

  10. MT【55】近零点

    [Among the natural enemy of mathematics, the most important thing is that how do we konw     somethi ...