Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't run as root #520

Merged
merged 1 commit into from Jan 28, 2021
Merged

don't run as root #520

merged 1 commit into from Jan 28, 2021

Conversation

JohnRoesler
Copy link
Contributor

@JohnRoesler JohnRoesler commented Jan 14, 2021

It's a good practice to avoid running docker containers with root access

I currently have the app server deployed with a wrapping docker container performing the same

FROM chirpstack/chirpstack-network-server:3.11.0
USER nobody:nogroup
ENTRYPOINT ["/usr/bin/chirpstack-network-server"]

@brocaar brocaar merged commit 700fb12 into brocaar:master Jan 28, 2021
@JohnRoesler JohnRoesler deleted the patch-3 branch January 29, 2021 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants