Capabilities
From your image to a public endpoint
Container hosting
Run a single Docker container with a public endpoint. Push your image, set environment variables, and you're live.
Image registry
Private registry per project. Push from your CI pipeline, pull on deploy. Scoped tokens included.
HTTPS termination
Free TLS certificates managed for you. Automatic renewal. HTTP/2 and HTTP/3 supported out of the box.
Persistent volumes
Mount durable storage into your container. Snapshots and daily backups included.
Log streaming
Live log tail in the panel and a streaming API for ingest into your observability stack.
Auto-restart
Containers that crash are restarted with backoff. Health checks gate traffic until the app is ready.
When to use it
Right-sized for one container
Side projects and prototypes
Spin up a container for a weekend hack without standing up a full server. Predictable cost, no orchestration overhead.
Small production services
Internal APIs, webhook receivers, scheduled jobs, and dashboards. Right-sized infrastructure for services that don't need a fleet.
Migrations from PaaS
Coming off Heroku, Render, or Fly? We import your Dockerfile, set up the registry, and migrate your data.
Need more than one container?
For multi-service stacks with internal networking, see Docker Compose Stacks.