
dockersocket
A security-enhanced proxy for the Docker Socket that restricts access to the Docker API based on environment variables.
About
Docker Socket Proxy is a lightweight security layer that sits between applications and the Docker socket. It allows you to grant limited access to Docker's API by filtering requests through HAProxy, returning HTTP 403 for any forbidden endpoints. This tool is essential for system…