[keycloak-user] Keycloak Docker images

Josh smysnk at gmail.com
Wed May 21 16:56:50 EDT 2014


Docker is cooler than it looks!  I have converted my entire
stack/deployment over to Docker and haven't looked back.  At first it feels
a bit cumbersome getting images setup, interacting with containers etc, but
after you get the essentials going it's clear sailing and you get the reap
the benefits.

One of the major benefits of docker/Dockerfiles is helps you document how
you setup an environment and that environment serves one purpose only which
makes it easy to understand / maintain.  The traditional method of setting
up machines manually makes me feel tied down to those boxes and I have to
go through the pain of re-installing/setting up environment if I ever want
to change hardware.


On Wed, May 21, 2014 at 10:31 AM, Bill Burke <bburke at redhat.com> wrote:

> Mutha!
>
> Is Docker as cool as it looks? !  Cool!  Is this hard to maintain?
>
> On 5/21/2014 11:12 AM, Juraci Paixão Kröhling wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA512
> >
> > All,
> >
> > I've just scratched a pair of Docker images for Keycloak, and I would be
> > interested in getting some feedback. If you already have Docker
> > installed, you can start an auth server by running this command:
> >
> > docker run -it -p 8080:8080 jpkroehling/keycloak-server
> >
> > Then, it should be available as:
> > http://localhost:8080/auth (admin/admin)
> >
> > The second image is built on top of the server, and contains the
> > examples. To run it, execute this command:
> >
> > docker run -it -p 8080:8080 jpkroehling/keycloak-examples
> >
> > Same procedure for the admin:
> > http://localhost:8080/auth (admin/admin)
> >
> > And you can login into the Customer Portal sample application using
> > bburke at redhat.com/password at
> > http://localhost:8080/customer-portal/customers/view.jsp
> >
> > If you have questions or comments, I'm also available at #keycloak on
> > freenode as jpkroehling .
> >
> > - - Juca.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2.0.22 (GNU/Linux)
> > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> >
> > iQEcBAEBCgAGBQJTfMJqAAoJEDnJtskdmzLMETEH/2t65Id17Ui+Kvz7gAKSFPAk
> > M8Ur9cGKs8Yqg6pQSXsW3HSc28iBpbtHxOf/DdwlzELe2xOGnuvDD63GKObQoprC
> > jnaEgtWGR6dwbRqzfdSUxNQJ4Zf4/bHD1lb8yx7mQ+Bel99fCNIShAQdiVFv0szC
> > tfOACIbAvosAQnyQTD1yJMS09JxEZxCgGbiCYfXDtbV4cmvSFxB1LTNmwlBP3wR9
> > tw1HZP64S53SAq60rN0H7FtnG/sXxTjGASQuvYVLYAkGRzo62pKGX3ZjdZtoqbhD
> > JzNk74IpI/a4ftFnmTaLgtv/7ynz6793Q/xv2OdvBY2UEErT02Ri41uV/jChg5Y=
> > =XqNI
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > keycloak-user mailing list
> > keycloak-user at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/keycloak-user
> >
>
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20140521/3e286338/attachment.html 


More information about the keycloak-user mailing list