0.1.7: add test interface
Update gitbook:
- update change log
- add workflow doc
- update deployement
Update imageAPI:
- add target 'test_config'
- add target 'test_start'
- add target 'test_stop'
- add target 'test_restart'
- add target 'test_remove'
0.1.3: Add confgenerator.
Add initial confgenerator
- unified the key with the env variable of imageAPI.
- add default value in dns-proxy-info.yml
Update imageAPI:
- add iptables rules when checking status.
- input the config.env path when config.
- add template config.env.
- move imageAPI related files from deployment/ to deployment/imageAPI/.
Add gitbook:
- add changelog document.
- update summary document.
- update readme document.
- add dependency document.
- add deployment document.
- add topology document.
- add conf gen document.
Update .gitignore:
- ignore vscode setting.
- ignore python cache.
- ignore confgenerator directory when build.
Update makefile:
- add target 'mk-confgenerator'.
- add target 'mk-imageAPI'.
- update target 'clean-deployment'.