Outcall

Welcome

Outcall is a host-level firewall daemon for Docker agent containers. Read the guides if you're operating it; read the specs if you're contributing to it.

Outcall sits between agent containers and the outside world. It is one binary that runs the bridge, the rule engine, the DNS filter, the HTTP proxy, the container-side shim API, and the Docker network manager. It is opinionated in exactly two directions: default-deny and fail-closed.

If outcalld is unreachable, every layer answers block, SERVFAIL, or exit-5. There is no "best effort" mode.

Pick your path

Two kinds of documentation

This site has two halves:

  • Operator guides — installation, configuration, the CLI, rule authoring, troubleshooting. Hand-written, narrative, opinionated.
  • Specifications — the formal source of truth for every Outcall subsystem. Each spec module (S000–S010) has functional requirements, interface contracts, edge cases, acceptance scenarios, and success criteria. Stable IDs (e.g. S001-FR-005) survive refactors and let you cite them.

If a guide and a spec disagree, the spec wins and the guide is a bug.

Source

RepoContents
outcall-dev/outcallThe Rust workspace: outcalld, outcall, outcall-agent, outcall-api, outcall-ui.
outcall-dev/specsSpec modules — rendered into Specifications.
outcall-dev/docsOperator guides — rendered into Guides.
outcall-dev/websiteThis site.

On this page