Update title style

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2019-11-06 14:53:09 +08:00
parent 99e470eb2a
commit 5cb92f63cf
60 changed files with 224 additions and 232 deletions

View File

@@ -1,6 +1,6 @@
## 导出和导入容器
# 导出和导入容器
### 导出容器
## 导出容器
如果要导出本地某个容器可以使用 `docker export` 命令
```bash
@@ -12,7 +12,7 @@ $ docker export 7691a814370e > ubuntu.tar
这样将导出容器快照到本地文件
### 导入容器快照
## 导入容器快照
可以使用 `docker import` 从容器快照文件中再导入为镜像例如