Docker save 命令

Docker 教程 · 2019-02-18 19:11:45

docker save : 将指定镜像保存成 tar 归档文件。

语法

docker save [OPTIONS] IMAGE [IMAGE...]

OPTIONS说明:

  • -o :输出到的文件。

实例

将镜像codercto/ubuntu:v3 生成my_ubuntu_v3.tar文档

codercto@codercto:~$ docker save -o my_ubuntu_v3.tar codercto/ubuntu:v3
codercto@codercto:~$ ll my_ubuntu_v3.tar
-rw------- 1 codercto codercto 142102016 Jul 11 01:37 my_ubuntu_v3.ta

点击查看所有 Docker 教程 文章: https://codercto.com/courses/l/15.html

查看所有标签

The Little MLer

The Little MLer

Matthias Felleisen、Daniel P. Friedman、Duane Bibby、Robin Milner / The MIT Press / 1998-2-19 / USD 34.00

The book, written in the style of The Little Schemer, introduces instructors, students, and practicioners to type-directed functional programming. It covers basic types, quickly moves into datatypes, ......一起来看看 《The Little MLer》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具