Update aapanel+docker安装指南.md

This commit is contained in:
Xboard 2024-11-09 04:13:45 +08:00 committed by GitHub
parent b5ea28cd27
commit 73b25d2eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
``` ```
# 安装Docker # 安装Docker
curl -sSL https://get.docker.com | bash curl -sSL https://get.docker.com | bash
# Centos系统可能还需要执行下面命令来启动Docker
systemctl enable docker systemctl enable docker
systemctl start docker systemctl start docker
``` ```