Update README.md

This commit is contained in:
wukongdaily 2024-03-26 15:17:51 +08:00 committed by GitHub
parent 92cb30dea8
commit 47492546ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

@ -105,8 +105,16 @@ http://192.168.8.1:10086/entrance
## 🔑 安装Fast OS面板 来管理Docker 容器 ## 🔑 安装Fast OS面板 来管理Docker 容器
```bash ```bash
docker run --name fastos docker run -d \
--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 --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 面板离线包 ### Fast OS 面板离线包
```bash ```bash