Comments on: How to Install Docker CE (Community Edition) on Ubuntu Server https://www.linuxtechi.com/how-to-setup-docker-on-ubuntu-server-16-04/ Wed, 14 Aug 2019 03:15:16 +0000 hourly 1 By: Pradeep Kumar https://www.linuxtechi.com/how-to-setup-docker-on-ubuntu-server-16-04/#comment-606 Fri, 17 Mar 2017 03:33:59 +0000 http://www.linuxtechi.com/?p=4833#comment-606 In reply to Alexey.

Docker Administration in Debian is same as of Ubuntu. For Docker Installation on latest Debian refer the below steps:

$ sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
$ curl -fsSL ‘https://download.docker.com/linux/debian/gpg’ | sudo apt-key add –
$ sudo add-apt-repository “deb [arch=amd64] ‘https://download.docker.com/linux/debian’ $(lsb_release -cs) stable”
$ sudo apt-get update
$ sudo apt-get install docker-engine

]]>
By: Alexey https://www.linuxtechi.com/how-to-setup-docker-on-ubuntu-server-16-04/#comment-605 Thu, 16 Mar 2017 15:38:22 +0000 http://www.linuxtechi.com/?p=4833#comment-605 A great article, thank you.

Is there any essential difference in installation and administration between Ubuntu and Debian?
I prefer to use the Debian Linux, latest release. What are the main points I should pay attention to?

]]>