dockerproxy

module
v0.0.0-...-76384c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2026 License: BSD-2-Clause

README

Docker Proxy

NOTE: This is alpha software, do not rely on it for anything!

This is a tool for proxying docker API requests and responses. With this tool, we can do the following:

  • View/log request/response structures
  • Deny requests based on a configurable policy

It is intended to be forwarded into a container or other environment that would not otherwise have access to Docker.

Directories

Path Synopsis
cmd
dockerproxy command
Package main is the entrypoint for the Docker API proxy CLI utility.
Package main is the entrypoint for the Docker API proxy CLI utility.
Package config provides configuration parsing, error types, and shared utilities.
Package config provides configuration parsing, error types, and shared utilities.
Package listener provides unified socket creation and shutdown for Unix and TCP endpoints.
Package listener provides unified socket creation and shutdown for Unix and TCP endpoints.
Package proxy implements transparent HTTP reverse proxying and connection hijacking for Docker API requests.
Package proxy implements transparent HTTP reverse proxying and connection hijacking for Docker API requests.
Package recorder implements bounded traffic recording and JSON Lines audit log formatting.
Package recorder implements bounded traffic recording and JSON Lines audit log formatting.
Package rules implements policy ruleset models and matching algorithms for API requests.
Package rules implements policy ruleset models and matching algorithms for API requests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL