Security recommendations for Docker Socket Proxy
masterTo maintain a secure environment when using this proxy:
- Restrict Network Exposure: Never expose the proxy's port to a public network. Only expose it to Docker networks containing the proxy and the specific services that require it.
- Principle of Least Privilege: Revoke access to any API section that your service does not explicitly need.
- Understand TLS: This image does not include TLS support; it provides a plain HTTP proxy to the host Docker Unix socket. Use Docker's built-in firewall to restrict access.