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
The cassandra image is prepared with a user 'cassandra' having uid 999.
If the container is run on hosts without usernamespaces this can be problematic (at least messy) since another user with the same id may already exist on the host (like it happens on Centos/RedHat).
How about having a configurable user via an environment variable to set at build time?