I was trying to upgrade docker as is suggsted in its manual
sudo apt-get upgrade docker-engine
For some unknown reasons this will result in fetching and unpacking almost every package and library in my linux ( linux-images, lightdm, jvm,etc.). This has been going on for an hour now.
Does anyone have any idea what is going wrong and how it can be stopped without messing up my Ubuntu installation?
( in case you are planning to upgrade your docker using this, just don't. a purge an reinstall is a much better choice if you like your Ubuntu)
apt-get upgrade
always upgrades all the packages on your machine.
You want
$ apt-get update && apt-get install docker-engine -y
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With