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
You can enforce the same thing by using MANAGER_PORT=8080 and adding --cap-drop ALL
That way, you don't depend on the Dockerfile to do the right thing.
It would be nice if the
Dockerfile
would create a non privileged user and switch to it using the DockerUSER
directive instead of using root.For example like described here.
You might also take this advice from the official Docker documentation:
PS: Thank you for Docker registry manager!
The text was updated successfully, but these errors were encountered: