Replies: 1 comment
-
Added the address after step 4. New users would like that information at a glance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #778
Originally posted by KodeStar March 17, 2022
Install Docker
Step 1 – Add the GPG key for the official Docker repository to the system:
Step 2 – Add the Docker repository to APT sources:
Step 3 – Update the package database with the Docker packages from the newly added repository:
Step 4 – Make sure you are about to install from the Docker repo instead of the default Ubuntu 16.04 repo:
You should see something similar to the following:
Notice that docker-ce is not installed, but the candidate for installation is from the Docker repository for Ubuntu 16.04. The docker-ce version number might be different.
Step 5 – Finally, install Docker:
Docker should now be installed, the daemon started, and the process enabled to start on boot. Check that it’s running:
The output should be similar to the following, showing that the service is active and running:
Install Heimdall
Step 1 – Check your user and group
You should see something similar to
Step 2 – Create a folder to store your docker data, if the directory doesn’t exist it will be created by the docker command anyway, but you might as well create the folder so you get clear in your mind where you are going to put things, plus you want to create the first level directory as your user otherwise it will be owned by root
Step 3 – Create the docker
Step 4 – Once the docker has finished building just hit it in your browser at http://127.0.0.1:8080
Beta Was this translation helpful? Give feedback.
All reactions