From 47492546ee59a434e7873bbf6b294453f53d60c5 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:17:51 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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