Commit 31b61e11 authored by chen2022's avatar chen2022

README.md

parents
### 1. tar文件转化为镜像(root)
```
eg:
docker load < redis.tar
```
### 2. 镜像转化为tar文件(root)
```
eg:
docker save -o redis.tar redis:6.2.6
```
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment