Running Heimdall Application Dashboard Using Docker
i12bretro
#Heimdall #Dashboard #Docker
Full steps can be found at https://i12bretro.github.io/tutorials/0338.html
Installing Docker
- Log into the Linux Docker host and run the following commands in a terminal window
update software respositories
sudo apt updateinstall available software updates
sudo apt upgrade -yinstall prerequisites
sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common -yadd docker gpg key
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -add docker apt repository
sudo apt-add-repository "deb [arch=amd64] https://download.docker.com/linux/debian buster stable"update software respositories again
sudo apt updateinstall docker
sudo apt install docker-ce docker-ce-cli containerd.io -yadd the current user to the docker group
sudo usermod -aG docker $USERreauthenticate for the new group membership to take effect
su - $USER
Running Heimdall Application Dashboard
- Continue with the following commands in a terminal window
list current uid and gid, note these for later
id $usermake a heimdall directory to mount in the container
mkdir ~/heimdallrun the heimdall docker image
replace PUID, GUID with the output of the id $user command above
docker run
--name=heimdall
-e PUID=1001
-e PGID=1001
-e TZ=america/new_york
-p 8006:80
-v ~/heimdall:/config
--restart unless-stopped
linuxserver/heimdall - Open a web browser and navigate to http://localhost:8006
- Open a file manager and navigate to ~/heimdall to see the files the container has created
Source: https://hub.docker.com/r/linuxserver/heimdall/
Connect with me and others
Discord: https://discord.com/invite/EzenvmSHW8 Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=OJUQZmvOxFg
2021-12-01
0.20252767 LBC
Copyrighted (contact publisher)
15333417 Bytes