Update README.md
This commit is contained in:
parent
92cb30dea8
commit
47492546ee
12
README.md
12
README.md
@ -105,8 +105,16 @@ http://192.168.8.1:10086/entrance
|
||||
|
||||
## 🔑 安装Fast OS面板 来管理Docker 容器
|
||||
```bash
|
||||
docker run --name fastos
|
||||
--restart always -p 8081:8081 -p 8082:8082 -d -v /var/run/docker.sock:/var/run/docker.sock -v /etc/docker/:/etc/docker/ -v /root/data:/fast/data -e FAST_STORE=http://dockernb.com:8300 wangbinxingkong/fast:latest
|
||||
docker run -d \
|
||||
--name fastos \
|
||||
--restart always \
|
||||
-p 8081:8081 \
|
||||
-p 8082:8082 \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /etc/docker/:/etc/docker/ \
|
||||
-v /root/data:/fast/data \
|
||||
-e FAST_STORE=http://dockernb.com:8300 \
|
||||
wangbinxingkong/fast:latest
|
||||
```
|
||||
### Fast OS 面板离线包
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user