Stackstorm in a single docker container, including DBs, GUI, etc...
299
Stackstorm in a single docker container, including DBs, GUI, etc...
This is, of course, not production ready, but very convenient for testing purpose.
The procedure is pretty simple:
BWC_PASSWORD and set your own BWC passworddocker build -t st2/allinone $HOME/dockerfiles/st2-allinone/Use a command like this one:
docker run --detach --rm=true --name=st2 --hostname=st2 st2/allinone
The GUI is available at https://, user 'st2admin' and password the one set in Dockerfile
Use a command like this one:
docker run -it --rm=true --name=st2 --hostname=st2 --entrypoint=bash st2/allinone
Each time this repository is updated, Docker Cloud is configured to automatically build it and push it into docker registry. Then it is possible to pull this image directly from there:
docker pull bedis9/st2-allinone:latest
docker tag bedis9/st2-allinone:latest st2/allinone:latest
Link to the Docker repo: https://hub.docker.com/r/bedis9/st2-allinone/
Content type
Image
Digest
Size
371.9 MB
Last updated
about 9 years ago
docker pull bedis9/st2-allinone