Module stakkr.proxy

Manage public proxy to expose containers.

class stakkr.proxy.Proxy(http_port: int = 80, https_port: int = 443, ct_name: str = 'proxy_stakkr')[source]

Main class that does actions asked by the cli.

start(stakkr_network: str = None)[source]

Start stakkr proxy if stopped.

stop()[source]

Stop stakkr proxy.