This is a quick guide on how to install Heimdall as a docker container
1. Start up your SSH client and login to your docker system, I use Putty
2. Create a new file called docker-compose.yml
3. Paste the following code in to that document
version: "2.1"
services:
heimdall:
image...
The following guide will allow you to install docker from the official repository
1. Update the local system using the command below
sudo apt-get update
2. Download the required dependencies, this will allow your system to access the docker repositories over HTTPS.
sudo apt-get install...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.