socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Create initialize command instead of createcontainer #19

Open StephaneCapponi opened 1 year ago

StephaneCapponi commented 1 year ago

It seems that creating a "container" is confusing people with docker. Socon create a framework structure. We can just create an initialize command that will make that structure. There is no need to call the generated structure a container.