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

Anton kurrent93 at gmail.com
Thu Jun 23 14:53:52 EDT 2016


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 at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hawkular-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hawkular-dev/attachments/20160623/e061c2a2/attachment.html 


More information about the hawkular-dev mailing list