Deploy Dockerfile on CreateOS
Deploy any application using a Dockerfile with full control over the build process and runtime environment.
How to Deploy
1
Connect your repository
Link your GitHub repository containing a Dockerfile.
2
Configure Dockerfile path
Specify the path to your Dockerfile (defaults to ./Dockerfile).
3
Set build arguments and env vars
Add any build arguments and runtime environment variables.
4
Deploy
Build and deploy your container with automatic health checks and scaling.
Features
Full build control
Multi-stage builds
Any runtime/language
Custom base images
Build arguments support