Tecnativa / docker-socket-proxy

Proxy over your Docker socket to restrict which requests it accepts
Apache License 2.0
1.41k stars 161 forks source link

Feature request: Allow starting, stopping and restarting of containers (but not other POST commands) #105

Closed sammcj closed 10 months ago

sammcj commented 10 months ago

It would be fantastic if you could allow starting, stopping and restarting of containers, but not allow other POST commands (exec etc....)

This would allow the use of docker-socket-proxy with tools that start/stop containers programmatically such as homarr and sablier without allowing further potentially more destructive actions.