I install Docker following this official tutorial. This does not work for me. Is it because I'm using Ubuntu 17?
sudo apt-get install docker-ce
error
"E: The docker-ce package has no installation candidate"
I did all the apt-get updates.
It looks like it cannot find the docker-ce package. What should I do?
source
share