microsandbox pulls images from OCI-compatible registries. If you build an image locally withDocumentation Index
Fetch the complete documentation index at: https://superradcompanyinc-mintlify-changelog-1777648095.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
docker build, microsandbox can’t access it directly from Docker’s local store. The workaround is to run a local registry and push your image there.
Step 1: Start a local registry
Run a local OCI registry on port 5050:Step 2: Build, tag, and push your image
Build your Docker image and tag it for the local registry:Step 3: Pull with microsandbox
Since the local registry runs over plain HTTP, use the--insecure flag: