regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
74 stars 34 forks source link

Docker Docs #99

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

It might be nice to have some docs on how Docker needs to be set up to work with rever.

scopatz commented 6 years ago

Thanks for opening this @CJ-Wright. In what way do you mean? Like how to set env vars in the rever.xsh or how to install docker?

CJ-Wright commented 6 years ago

Is there a particular configuration needed for docker beyond just <package-manager> install docker and the env vars? (Eg docker needs to be set up to run as user)

scopatz commented 6 years ago

Yes, docker needs to be set up to be run as a user. This is a pretty common thing, as far as I understand it.

scopatz commented 6 years ago

We can post that to the docs somewhere (I thought it was...) and then post a link to how to do that.