Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GeethaKrishnaswamy authored Dec 28, 2018
1 parent 1accea9 commit c3d5ad3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,31 @@ sudo cat /var/lib/jenkins/secrets/initialAdminPassword
# Setup Docker

sudo apt-get remove docker docker-engine docker.io

sudo apt-get update

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

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo apt-key fingerprint 0EBFCD88

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

sudo apt-get update

sudo apt-get install docker-ce

sudo usermod -aG docker ubuntu

sudo usermod -aG docker jenkins

sudo reboot

0 comments on commit c3d5ad3

Please sign in to comment.