You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
sudo apt-get install -y docker-ce
Docker should now be installed, the daemon started, and the process enabled to start on boot. Check that it’s running:
sudo systemctl status docker
The output should be similar to the following, showing that the service is active and running:
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2016-05-01 06:53:52 CDT; 1 weeks 3 days ago
Docs: https://docs.docker.com
Main PID: 749 (docker)
Install Heimdall
Step 1 – Check your user and group
id
You should see something similar to
kodestar@sd-100821:$ id
uid=1000(kodestar) gid=1000(kodestar) groups=1000(kodestar),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),116(lpadmin),117(sambashare)
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions