chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose
https://www.chirpstack.io/
MIT License
273 stars 316 forks source link

sudo not available #65

Closed AndreasW79 closed 1 year ago

AndreasW79 commented 1 year ago

Hi, first - thanks again for this great piece of software. Second, i tried to add the TTN device repo into the docker container but cant sudo any command, neither i have found the root password for the containers? Did i miss something or what will be the best way to import the TTN device repo into an dockerized environment?

Thanks in advance.

brocaar commented 1 year ago

Did you see this make command?

https://github.com/chirpstack/chirpstack-docker/blob/master/Makefile#L1

Note that it does not require sudo.

AndreasW79 commented 1 year ago

No maybe i missed that, will try it in the next days - looks like a solution, i will close this. Thank you for the support.