Machines

VMs for agents: build an image from a Dockerfile, run code, reach it over HTTP.

~/code/machines

  • Images build from a Dockerfile or a registry image, with a build status you can check
  • An image cannot be deleted while machines are using it
  • HTTP tunnels, so a service running on a machine is reachable without exposing the host
  • Built for agents to spin up and tear down, not for you to administer by hand

Part of ~/code and ~/cloud

See the suite →