Page 1 of 1

Joggler Ubuntu 14.04 Docker Installation

Posted: Wed Oct 24, 2018 3:46 pm
by pete
Installation of Docker-CE on Joggler

1 - sudo apt-get update

2 - sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common

3 - Add Docker’s official GPG key:
curl -fsSL hxxps://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

4 - sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"

5 - sudo apt update

6 - sudo apt-get install docker-ce