Skip to content

Commit

Permalink
Add vagrant user to docker group (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd authored Jun 12, 2019
1 parent 71be818 commit 1733843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ for repo_set in "${REPOS[@]}"; do
fi
done <<< "$repo_set"
done

# Add user vagrant to the docker group to avoid needing sudo.
usermod -a -G docker vagrant

0 comments on commit 1733843

Please sign in to comment.