[feat] 更新README.md文件描述

This commit is contained in:
2020-04-17 15:41:16 +08:00
parent 8a7664d16a
commit cbc6630076
2 changed files with 19 additions and 8 deletions
+9 -3
View File
@@ -7,7 +7,7 @@
## 基本信息
* 镜像地址:endial/alpine:v3.11
* 依赖镜像:alpine:3.11
* 依赖镜像:alpine:3.11
@@ -51,7 +51,7 @@ docker images
### 服务方式启动
启动命令
启动命令
```
docker run -d --name test -d endial/alpine:v3.11 tail /dev/stderr
@@ -74,7 +74,7 @@ docker exec -it test /bin/sh
### 命令行方式启动
启动命令
启动命令
```
docker run --rm -it endial/alpine:v3.11 /bin/sh
@@ -87,3 +87,9 @@ docker run --rm -it endial/alpine:v3.11 /bin/sh
以该方式启动后,直接进入容器的命令行操作界面。如果需要退出,直接使用命令`exit`退出。
----
本文原始来源 [Endial Fang](https://github.com/endial) @ [Github.com](https://github.com)
+10 -5
View File
@@ -7,7 +7,7 @@
## 基本信息
* 镜像地址:endial/alpine:v3.6
* 依赖镜像:alpine:3.6
* 依赖镜像:alpine:3.6
@@ -20,8 +20,7 @@
http://mirrors.aliyun.com/alpine/v3.6/community
```
- 增加gosu
@@ -51,7 +50,7 @@ docker images
### 服务方式启动
启动命令
启动命令
```
docker run -d --name test -d endial/alpine:v3.6 tail /dev/stderr
@@ -74,7 +73,7 @@ docker exec -it test /bin/sh
### 命令行方式启动
启动命令
启动命令
```
docker run --rm -it endial/alpine:v3.6 /bin/sh
@@ -87,3 +86,9 @@ docker run --rm -it endial/alpine:v3.6 /bin/sh
以该方式启动后,直接进入容器的命令行操作界面。如果需要退出,直接使用命令`exit`退出。
----
本文原始来源 [Endial Fang](https://github.com/endial) @ [Github.com](https://github.com)