Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 526 Bytes

File metadata and controls

25 lines (19 loc) · 526 Bytes

Bandicoot

Still under development.

Reads labels from docker containers to determine what ports to open via iptables. The label namespace is "io.bandicoot.rules":

Example label:

{
  "input": [
    {
      "protocol": "tcp",
      "description": "https",
      "port": 443,
      "source_ip": "0.0.0.0/0"
    }
  ]
}

By running bandicoot locally and starting a container with this label, bandicoot will open port 443 for connections from any host.

The listed attributes are currently the only ones supported.