mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-25 22:48:54 +00:00
Update supervisor.md
### 安装 ssh、apache 和 supervisor
This commit is contained in:
parent
9df06628d2
commit
b66e84fb84
@ -13,8 +13,7 @@ RUN apt-get update
|
|||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
```
|
```
|
||||||
|
|
||||||
### 安装 supervisor
|
### 安装 ssh、apache 和 supervisor
|
||||||
安装 ssh、apache 和 supervisor。
|
|
||||||
```
|
```
|
||||||
RUN apt-get install -y openssh-server apache2 supervisor
|
RUN apt-get install -y openssh-server apache2 supervisor
|
||||||
RUN mkdir -p /var/run/sshd
|
RUN mkdir -p /var/run/sshd
|
||||||
|
Loading…
Reference in New Issue
Block a user