Outcall
SpecificationsS002 · Network Management

Success criteria

S002 Success Criteria

IDCriterion
S002-SC-001outcall network create creates the default network confirmed by docker network inspect outcall-default.
S002-SC-002outcall network create --name staging auto-allocates a /24 subnet and creates the network on the same bridge.
S002-SC-003outcall network status accurately reflects container state.
S002-SC-004outcall network list shows all outcall-managed networks.
S002-SC-005outcall network destroy --name staging removes the named network.
S002-SC-006outcall network destroy removes the default network, and outcall network create recreates it.
S002-SC-007outcall network destroy --name staging refuses when containers are connected.
S002-SC-008All commands are idempotent as specified.
S002-SC-009Auto-allocation skips subnets already used by any Docker network.
S002-SC-010No shell-outs to the docker CLI from outcalld.
S002-SC-011Existing outcall bridge * commands continue to work unchanged.

On this page