lagrangedao / go-computing-provider

A golang implementation of computing provider
MIT License
2 stars 36 forks source link

feat: CP supports space deployment through `yaml` file #4

Open Normalnoise opened 1 year ago

Normalnoise commented 1 year ago

The general process of program deployment is as follows:

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:

Second step: