官方Github: https://github.com/linuxserver/Heimdall
1、安装Docker
#CentOS 7、Debian、Ubuntu
curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker
2、安装Docker Compose
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-compose
3、安装heimdall
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