docs: link macos container prd to review comment

This commit is contained in:
2026-06-10 18:34:18 +00:00
committed by didericis
parent fe82dc7f2b
commit eb7cae1fea
+9 -8
View File
@@ -25,11 +25,11 @@ bot-bottle currently has two local execution paths:
Docker for the sidecar bundle and image-building pipeline. Docker for the sidecar bundle and image-building pipeline.
Issue #220 explored removing Docker as a host dependency. A follow-up Issue #220 explored removing Docker as a host dependency. A follow-up
comment verified that smolvm can publish guest ports back to host review comment verified that smolvm can publish guest ports back to
loopback and that another smolvm guest can reach that service through host loopback and that another smolvm guest can reach that service
the existing per-bottle loopback alias plus `--allow-cidr` path. That through the existing per-bottle loopback alias plus `--allow-cidr`
keeps the VM-contained sidecar direction viable and rejects the path. That keeps the VM-contained sidecar direction viable and rejects
host-process sidecar fallback. the host-process sidecar fallback.
Apple's `container` CLI is another macOS-native way to run OCI images Apple's `container` CLI is another macOS-native way to run OCI images
as lightweight Linux VMs. Its current command surface includes as lightweight Linux VMs. Its current command surface includes
@@ -152,8 +152,9 @@ must prove one of these shapes:
## References ## References
- Issue #220 comment: smolvm `--port/-p` can expose a guest service to - [Issue #220 review comment](https://gitea.dideric.is/didericis/bot-bottle/issues/220#issuecomment-1980):
host loopback, and another smolvm guest can reach it through the smolvm `--port/-p` can expose a guest service to host loopback, and
existing per-bottle loopback alias path. another smolvm guest can reach it through the existing per-bottle
loopback alias path.
- Apple Container command reference: `container run`, `build`, `exec`, - Apple Container command reference: `container run`, `build`, `exec`,
port publishing, and network commands. port publishing, and network commands.