Docker Installation
Understand how to install Docker.
Here is the link for installing Docker Engine. I will only show how to install Docker Engine on Ubuntu, as installing Docker on Windows is very straightforward.
Install Docker Engine on Ubuntu
All the following steps are coming from this reference.
-
Setup Docker's
apt
repository -
Install the Docker packages.
-
Verify that the Docker Engine installation is successful by running the hello-world image.
-
Manage Docker as a non-root user. [Optional]