You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
In general, it is not best practice to leave the user as root for Docker containers, since you buy yourself several security issues with that. I hope you are not running it like this in your production servers :-D
The solution is to set up a user in the Dockerfile and give it just the necessary permissions and then run Kafka/Zookeeper with these limited permissions.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In general, it is not best practice to leave the user as
root
for Docker containers, since you buy yourself several security issues with that. I hope you are not running it like this in your production servers :-DThe solution is to set up a user in the
Dockerfile
and give it just the necessary permissions and then run Kafka/Zookeeper with these limited permissions.The text was updated successfully, but these errors were encountered: