- create dockerfile
- from distro
- add node
- add v8
- add module
- add supervisord
- define entry point
- create service container
- create test container
- create state-rep container
- map to volume (docker plug-in)
- map to directory
- wrtie linux.yml file
- build it using moby tool
- deploy the image using linuxkit
- monitoring
- instrumentation
- tracing
NOTE: even if your intent is not FAAS(function as a service), target FaaS from
day 1. Market as serverless (but the truth is even serverless needs servers)