[Hawkular-dev] Want to try hawkular-services via Docker?

Heiko W.Rupp hrupp at redhat.com
Tue Jun 21 06:31:44 EDT 2016


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


More information about the hawkular-dev mailing list