uavaustin / ops

Infrastructure, tooling, and meta-documentation for UAV Austin.
MIT License
1 stars 0 forks source link

[rust-dev-env] Add user to docker group #9

Closed rrbutani closed 7 years ago

rrbutani commented 7 years ago

On Linux/macOS. We already check if the user is part of the docker group (and warn them if they're not) but we should just add the user to the group.

Need to make sure using sudo in a user script works as expected.