Custom image builds are currently CLI-first. You need Docker available on the machine running
hx image build.Build A Custom Image
- Exports your local Docker image.
- Compresses the archive locally.
- Uploads it to the Hyperbrowser artifact store.
- Starts and polls the remote image build until it completes, fails, or is canceled.
Launch A Sandbox From The Custom Image
After the image build completes, use the registered image name in normal sandbox creation flows.List Available Images
Image Init Defaults
hx image build can attach launch-time defaults to the image.
Use --env KEY=VALUE to set default environment variables.
Use --entrypoint '...' to define the default startup command for sandboxes launched from that image.
Custom images do not pick up the docker defined entrypoint. You must pass in the —entrypoint parameter when building the image to start the command.