Build a Docker-enabled root filesystem, create a sandbox from it, start the
Docker daemon, and run hello-world and Alpine containers.
python -m pip install createos-sandbox
export CREATEOS_API_KEY="your-api-key"
python examples/custom_template/main.pyThe template build can take several minutes and downloads operating system packages and container images. Cleanup destroys the sandbox before deleting the template.