This repository will replace the Websoft9 Ansible project before
StackHub is for opensource stacks automation, it is developing...
- CLI
- Web Console
- stack template
- stack core
- stack docker-compose
- Docker API: http://IP:9009/
# Get all docker repo of Websoft9 org
gh repo list Websoft9 -L 500 | awk '{print $1}' | grep docker > test
# for example, app is mongodb
wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh -r mongodb
sudo su # when you have no root privileges
curl https://websoft9.github.io/StackHub/install/install.sh | bash