The general process of program deployment is as follows:
Write dockerfile,
Build image file,
Generate yaml file,
Deployment Services (CP)
But writing Dockerfile and yaml requires a certain technical foundation. We want to provide a simpler tool and Language to help developers, so that they quickly build their own service images and deploy multiple services.
First step:
develop a web tool to help developers generate the Dockerfile
Second step:
define a Language, like Akash - Stack Definition Language (SDL)
The general process of program deployment is as follows:
But writing
Dockerfile
andyaml
requires a certain technical foundation. We want to provide a simpler tool and Language to help developers, so that they quickly build their own service images and deploy multiple services.First step:
Dockerfile
Second step: