Skip to content

Commit

Permalink
docker.sh manual steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt committed Apr 25, 2017
1 parent 3c74d10 commit 4d24a63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ set -e
set -x
set -u

# DOCKER
# Manual Steps:
# https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo
# add the current user to the docker group
# sudo gpasswd -a ${USER} docker
# sudo service docker restart


if [ -x "$(command -v docker)" ] ; then
echo "docker seems to already be installed, so we will just run the update steps, if there is a problem run steps manually to avoid cluttering your apt repositories"

Expand Down

0 comments on commit 4d24a63

Please sign in to comment.