Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Fix breakfix of docker installation on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei Chekulaev committed Jul 1, 2016
1 parent ceab896 commit 05cf4a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/dsh
Original file line number Diff line number Diff line change
Expand Up @@ -933,9 +933,8 @@ install_ubuntu ()
echo-green "Installing Docker..."
sudo service docker stop && \
curl -sSL https://get.docker.com/ | sh && \
sudo usermod -aG docker $(whoami) && \
sudo service docker start
docker --version
sudo usermod -aG docker $(whoami)
sudo docker version
if_failed "Docker installation/upgrade has failed."

echo-green "Installing Docker Compose..."
Expand Down

0 comments on commit 05cf4a4

Please sign in to comment.