How to Install Docker on Debian 9

--

Then, update your package base:

$> sudo apt-get update

Now, you should be able to install the docker.io package:

$> sudo apt-get install docker.io

Once this is done, you can check that everything is fine with:

$> sudo docker run --rm hello-world

--

--

No responses yet