Skip to content

tinfoilsh/code-execution-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinfoil Containers Template

This is a GitHub template repository for deploying Tinfoil Containers — Docker containers that run in secure enclaves.

Getting Started

  1. Click Use this templateCreate a new repository
  2. Edit tinfoil-config.yml in your new repo — set your container image, ports, and paths
  3. 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
  4. Go to the Tinfoil Dashboard, navigate to ContainersDeploy, 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.

Updating

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.

Documentation

For the full configuration reference, secrets management, debug mode, and more:

docs.tinfoil.sh/containers

Support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors