diff --git a/README.md b/README.md index 0d322bc..3530e0b 100644 --- a/README.md +++ b/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