These are some basic pointers to developers maintaining this project
- Docker
- node
- rake
gem install rake
- rspec
gem install rspec
rake build_container
rake t
rake c
# the following command translates to
# npm run list
rake run[list]
rake run[pull,"node:latest"]