This is a GitHub template repository for deploying Tinfoil Containers — Docker containers that run in secure enclaves.
- Click Use this template → Create a new repository
- Edit
tinfoil-config.ymlin your new repo — set your container image, ports, and paths - Commit and push a Git tag:
git add tinfoil-config.yml git commit -m "chore: configure deployment" git tag v0.0.1 git push origin main --tags - Go to the Tinfoil Dashboard, navigate to Containers → Deploy, select your repo and tag, and click Deploy
Your container will be live at https://<container-name>.<org>.containers.tinfoil.dev once the deployment completes.
For a fully working example, see tinfoil-containers-hello-world.
Edit tinfoil-config.yml, commit, push a new tag, then click Update in the dashboard. Each tag creates an auditable record in the Sigstore transparency log.
For the full configuration reference, secrets management, debug mode, and more: