Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jay-johnson/f84090fe103acfa0e723 to your computer and use it in GitHub Desktop.
Save jay-johnson/f84090fe103acfa0e723 to your computer and use it in GitHub Desktop.
Local Distributed Spring XD 1.3 running in Docker
$ docker ps
CONTAINER ID        IMAGE                             COMMAND                  CREATED             STATUS              PORTS                                                                                                                                                                                                                                                                                                NAMES
d2d9793f958d        jayjohnson/springxd-container     "/opt/spring-xd/start"   19 minutes ago      Up 19 minutes       0.0.0.0:8080-8081->8080-8081/tcp                                                                                                                                                                                                                                                                     container1
a0bb0439ac81        jayjohnson/springxd-admin         "/opt/spring-xd/start"   22 minutes ago      Up 21 minutes       0.0.0.0:9393->9393/tcp                                                                                                                                                                                                                                                                               admin1
fc008ebfdb16        jayjohnson/springxd-zookeeper     "./zkServer.sh start-"   24 minutes ago      Up 24 minutes       0.0.0.0:2181->2181/tcp                                                                                                                                                                                                                                                                               zookeeper1
81ff9ccfe128        jayjohnson/springxd-hsqldb        "hsqldb/bin/hsqldb-se"   24 minutes ago      Up 24 minutes       0.0.0.0:9001->9101/tcp                                                                                                                                                                                                                                                                               hsqldb
273733b314f0        jayjohnson/redis                  "redis-server"           27 minutes ago      Up 27 minutes       0.0.0.0:6379->6379/tcp                                                                                                                                                                                                                                                                               redis1
5ae34bab0930        jayjohnson/rabbitmq-clusterable   "/bin/sh -c /opt/rabb"   27 minutes ago      Up 27 minutes       0.0.0.0:1885->1883/tcp, 0.0.0.0:4371->4369/tcp, 0.0.0.0:5674->5672/tcp, 0.0.0.0:8885->8883/tcp, 0.0.0.0:9120->9100/tcp, 0.0.0.0:9121->9101/tcp, 0.0.0.0:9122->9102/tcp, 0.0.0.0:9123->9103/tcp, 0.0.0.0:9124->9104/tcp, 0.0.0.0:9125->9105/tcp, 0.0.0.0:15674->15672/tcp, 0.0.0.0:25674->25672/tcp   rabbit3
5f9b4b2db132        jayjohnson/rabbitmq-clusterable   "/bin/sh -c /opt/rabb"   27 minutes ago      Up 27 minutes       0.0.0.0:1884->1883/tcp, 0.0.0.0:4370->4369/tcp, 0.0.0.0:5673->5672/tcp, 0.0.0.0:8884->8883/tcp, 0.0.0.0:9110->9100/tcp, 0.0.0.0:9111->9101/tcp, 0.0.0.0:9112->9102/tcp, 0.0.0.0:9113->9103/tcp, 0.0.0.0:9114->9104/tcp, 0.0.0.0:9115->9105/tcp, 0.0.0.0:15673->15672/tcp, 0.0.0.0:25673->25672/tcp   rabbit2
975f5c0d58d8        jayjohnson/rabbitmq-clusterable   "/bin/sh -c /opt/rabb"   28 minutes ago      Up 27 minutes       0.0.0.0:1883->1883/tcp, 0.0.0.0:4369->4369/tcp, 0.0.0.0:5672->5672/tcp, 0.0.0.0:8883->8883/tcp, 0.0.0.0:9100-9105->9100-9105/tcp, 0.0.0.0:15672->15672/tcp, 0.0.0.0:25672->25672/tcp                                                                                                                 rabbit1
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment