CreateOS CLI / Deploy Docker Containers
Deploy any Docker image to production with a single command. No Dockerfile configuration, no container orchestration. Just the image reference and CreateOS handles the rest.
Single binary, no dependencies.
Link to an image-type project on CreateOS.
Pulls the image and deploys it. Any valid Docker image reference works.
View deployment health, URL, and resource usage.
| Flag | Description |
|---|---|
--image <ref> | Docker image reference (e.g., nginx:latest, myapp:v1.0) |
--project <id> | Project ID (auto-detected from .createos.json) |
# Deploy nginx
$ createos deploy --image nginx:latest
# Deploy a custom image
$ createos deploy --image registry.example.com/myapp:v2.0
# Deploy in CI
$ createos deploy --image $IMAGE_TAG --project $PROJECT_ID
Get product updates, builder stories, and early access to features that help you ship faster.
CreateOS is a unified intelligent workspace where ideas move seamlessly from concept to live deployment, eliminating context-switching across tools, infrastructure, and workflows with the opportunity to monetize ideas immediately on the CreateOS Marketplace.