github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/service/runtime/cells/README.md (about)

     1  ## Cells
     2  
     3  Cells are the equivalent of buildpacks. They create "cells" for services that encapsulate 
     4  their dependencies and runtime requirement. They isolate the service from the outside 
     5  world and provide a single entry point via http port 8080.
     6  
     7  In the event a service does not have a http server e.g shell scripts we start one for it.