Thanks Heiko

This is really useful!

Can you tell me, once running - what is the url to login?

Thanks

On Tue, Jun 21, 2016 at 12:31 PM, Heiko W.Rupp <hrupp@redhat.com> wrote:

If you want to give it a try you can save the following
into a file docker-compose.yml
and then run  docker-compose up hawkular
This image has the -Pdev user jdoe/password.

hawkular:
   image: "pilhuhn/hawkular-services:latest"
   ports:
     - "8080:8080"
     - "8443:8443"
     - "9990:9990"
   volumes:
     - /tmp/opt/hawkular/data:/opt/data
   links:
     - myCassandra
   environment:
     - HAWKULAR_BACKEND=remote
     - CASSANDRA_NODES=myCassandra
myCassandra:
   image: cassandra:3.7
   environment:
     - CASSANDRA_START_RPC=true
   volumes:
     - /tmp/opt/hawkular/cassandra:/var/lib/cassandra


--
Reg. Adresse: Red Hat GmbH, Technopark II, Haus C,
Werner-von-Siemens-Ring 14, D-85630 Grasbrunn
Handelsregister: Amtsgericht München HRB 153243
Geschäftsführer: Charles Cachera, Michael Cunningham, Michael O'Neill,
Eric Shander
_______________________________________________
hawkular-dev mailing list
hawkular-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hawkular-dev