Commit 2a74eede authored by chen2022's avatar chen2022

更新

parent d2ca31b1
...@@ -14,15 +14,16 @@ ...@@ -14,15 +14,16 @@
### 2. 镜像转化为tar文件(root) ### 2. 镜像转化为tar文件(root)
``` ```
eg: eg:
docker save -o redis.tar redis:6.2.6 docker save -o redis.tar redis:6.2.6
``` ```
### 3. ### 3.
``` ```
mysql.tar:mysql 5.7 mysql.tar:mysql:5.7
phpmyadmin.tar:phpmyadmin phpmyadmin.tar:phpmyadmin:latest
redis.tar:redis 6.2.6 redis.tar:redis 6.2.6
ubuntu.tar:ubuntu 18/04 ubuntu.tar: ubuntu:18.04
ueransim.tar:ueransim ueransim.tar:ueransim
docker-compose.tar:docker-compose 安装docker-compose的时候会用 docker-compose.tar: apptower/docker-compose:latest
docker-compose 安装docker-compose的时候会用
``` ```
\ 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