-
Notifications
You must be signed in to change notification settings - Fork 164
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
Different permissions for different containers #91
Comments
If not possible, a workaround is to have one tecnativa container for traefik and one for portainer. But that feels like massive overkill. Running |
This would be really useful, I have some containers where it's absolutely fine for anything to restart them, but others where I wouldn't want to allow that. |
I am in the same situation and am trying to solve this with several instances of the docker-socket-proxy. Unfortunately, I am only able to access the Docker socket with the original instance of docker-socket-proxy. All the other instances fail to access the socket and therefore, the containers behind it cannot fulfill their purpose. |
For those asking for such feature, it'd probably be useful to suggest how that might look config wise if it existed. |
I know how to use this with traefik. I've found some samples how to use it with portainer.
But on a single server I'm using both traefik and portainer. That means I must expose many endpoints (because portainer wants them), and traefik therefore sees them too. From the samples I've seen, that includes the very powerful
POST
.Is this the correct approach - or can I set different permissions for different containers?
If not currently possible, please consider this a feature request?
The text was updated successfully, but these errors were encountered: