目 录 官方Github: https://github.com/linuxserver/Heimdall1、安装Docker SH 代码:#CentOS 7、Debian、Ubuntu curl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker2、安装Docker Compose SH 代码:curl -SL https://github.com/docker/compose/releases/download/v2.15.1/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose3、安装heimdall SH 代码:docker pull linuxserver/heimdall docker run -d --name=heimdall -p 8080:80 -p 8081:443 -v /home/docker/heimdall:/config --restart=unless-stopped linuxserver/heimdall