Sign inSign up

bedis9/st2-allinone

By bedis9

Updated about 9 years ago

Stackstorm in a single docker container, including DBs, GUI, etc...

Image
0

299

bedis9/st2-allinone repository overview

StackStorm All-in-one

Stackstorm in a single docker container, including DBs, GUI, etc...

This is, of course, not production ready, but very convenient for testing purpose.

Building the container

The procedure is pretty simple:

  1. change the environment variable called BWC_PASSWORD and set your own BWC password
  2. build the container, using a command like docker build -t st2/allinone $HOME/dockerfiles/st2-allinone/

Using the container

Normal usage

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

Debugging

Use a command like this one:

docker run -it --rm=true --name=st2 --hostname=st2 --entrypoint=bash st2/allinone

Pull the image from Docker cloud

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/

Tag summary

Content type

Image

Digest

Size

371.9 MB

Last updated

about 9 years ago

docker pull bedis9/st2-allinone