An unattended installer for promstack stack.
The installer provides the following commands:
install- Install the promstack stack.upgrade- Upgrade the promstack stack.uninstall- Uninstall the promstack stack.
Run the following command to install the promstack stack:
$ docker run -it --rm \
--name promstack \
-v /var/run/docker.sock:/var/run/docker.sock \
swarmlibs/promstack:dev installRun the following command to upgrade the promstack stack:
$ docker run -it --rm \
--name promstack \
-v /var/run/docker.sock:/var/run/docker.sock \
swarmlibs/promstack:dev upgradeRun the following command to uninstall the promstack stack:
$ docker run -it --rm \
--name promstack \
-v /var/run/docker.sock:/var/run/docker.sock \
swarmlibs/promstack:dev uninstall