Skip to content

Commit

Permalink
Merge pull request Jigsaw-Code#60 from Jigsaw-Code/dborkan-docker-group
Browse files Browse the repository at this point in the history
Update error message with docker group instructions
  • Loading branch information
dborkan authored Apr 9, 2018
2 parents fa4fe8f + ff9e835 commit e5a1893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_manager/install_scripts/install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function verify_docker_installed() {

function verify_docker_running() {
if ! docker info > /dev/null 2>&1 ; then
log_error "dockerd is not running."
log_error "It seems like you may not have permission to run Docker. To solve this, you may need to add your user to the docker group. We recommend running \"sudo usermod -a -G docker $USER && newgrp docker\" and then attempting to install again."
exit 1
fi
}
Expand Down

0 comments on commit e5a1893

Please sign in to comment.