Expand description
afhttp container subcommand. Builds the host image and runs it under
Docker, Podman, or Apple Container — one command to stand up a long-lived
afhttp host locally, the orchestration counterpart to afhttp host (the
in-container browser process). It embeds the canonical container/docker/ Dockerfile and by default selects its downloader stage, which pulls the
matching prebuilt release (version hard-pinned to this binary) — so a
brew-only user needs no source tree. --from-source instead selects the
builder stage to compile from a checkout. See docs/deployment.md.
Structs§
- Args
- Common
Args - Flags shared by every subcommand.
- Install
Args - Logs
Args - Status
Args - Uninstall
Args
Enums§
- Container
Sub - Runtime
- Container runtime selector. Parsed from
--runtime(clapValueEnum) and fromAFHTTP_CONTAINER_RUNTIMEvia [runtime_from_str].