From 9a780fbec963f63a0ba8ced86870e037ff75481f Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:22:40 +0800 Subject: [PATCH] Update docker_install.md --- docs/guide/docker_install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guide/docker_install.md b/docs/guide/docker_install.md index af4d3d9c29..83e28990d2 100644 --- a/docs/guide/docker_install.md +++ b/docs/guide/docker_install.md @@ -51,3 +51,13 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/dockeri ```shell curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/dockerinstall.sh -o dockerinstall.sh && chmod +x dockerinstall.sh && bash dockerinstall.sh ``` + +或 + +``` +bash dockerinstall.sh +``` + +:::tip +环境安装过程中可能要求你重启服务器后再次执行脚本,详见脚本运行后的说明 +:::