seabreeze-project / seabreeze

🌊 [WIP] Seabreeze is a really simple container orchestration tool with superpowers.
https://seabreeze.run
MIT License
1 stars 0 forks source link

Docker API Proxy #2

Open secondtruth opened 4 months ago

secondtruth commented 4 months ago

Implement a Docker API Proxy to control and restrict access to Docker endpoints.

Details

Optional Features

Example Configuration

Example configuration block for this feature:

proxy:
  allowed_endpoints:
    - "containers"
    - "images"
    - "volumes"
    - "networks"
    - "services"
    - "tasks"
    - "events"
    - "version"
    - "info"
    - "ping"
  socket_file: "/tmp/docker.sock"
  mode: "0644"
  owner: "user:group"

Libraries

Tasks