<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Docker is cooler than it looks!  I have converted my entire stack/deployment over to Docker and haven&#39;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&#39;s clear sailing and you get the reap the benefits.</span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">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.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 21, 2014 at 10:31 AM, Bill Burke <span dir="ltr">&lt;<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Mutha!<br>
<br>
Is Docker as cool as it looks? !  Cool!  Is this hard to maintain?<br>
<div class="HOEnZb"><div class="h5"><br>
On 5/21/2014 11:12 AM, Juraci Paixão Kröhling wrote:<br>
&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt; Hash: SHA512<br>
&gt;<br>
&gt; All,<br>
&gt;<br>
&gt; I&#39;ve just scratched a pair of Docker images for Keycloak, and I would be<br>
&gt; interested in getting some feedback. If you already have Docker<br>
&gt; installed, you can start an auth server by running this command:<br>
&gt;<br>
&gt; docker run -it -p 8080:8080 jpkroehling/keycloak-server<br>
&gt;<br>
&gt; Then, it should be available as:<br>
&gt; <a href="http://localhost:8080/auth" target="_blank">http://localhost:8080/auth</a> (admin/admin)<br>
&gt;<br>
&gt; The second image is built on top of the server, and contains the<br>
&gt; examples. To run it, execute this command:<br>
&gt;<br>
&gt; docker run -it -p 8080:8080 jpkroehling/keycloak-examples<br>
&gt;<br>
&gt; Same procedure for the admin:<br>
&gt; <a href="http://localhost:8080/auth" target="_blank">http://localhost:8080/auth</a> (admin/admin)<br>
&gt;<br>
&gt; And you can login into the Customer Portal sample application using<br>
&gt; <a href="http://bburke@redhat.com/password" target="_blank">bburke@redhat.com/password</a> at<br>
&gt; <a href="http://localhost:8080/customer-portal/customers/view.jsp" target="_blank">http://localhost:8080/customer-portal/customers/view.jsp</a><br>
&gt;<br>
&gt; If you have questions or comments, I&#39;m also available at #keycloak on<br>
&gt; freenode as jpkroehling .<br>
&gt;<br>
&gt; - - Juca.<br>
&gt; -----BEGIN PGP SIGNATURE-----<br>
&gt; Version: GnuPG v2.0.22 (GNU/Linux)<br>
&gt; Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
&gt;<br>
&gt; iQEcBAEBCgAGBQJTfMJqAAoJEDnJtskdmzLMETEH/2t65Id17Ui+Kvz7gAKSFPAk<br>
&gt; M8Ur9cGKs8Yqg6pQSXsW3HSc28iBpbtHxOf/DdwlzELe2xOGnuvDD63GKObQoprC<br>
&gt; jnaEgtWGR6dwbRqzfdSUxNQJ4Zf4/bHD1lb8yx7mQ+Bel99fCNIShAQdiVFv0szC<br>
&gt; tfOACIbAvosAQnyQTD1yJMS09JxEZxCgGbiCYfXDtbV4cmvSFxB1LTNmwlBP3wR9<br>
&gt; tw1HZP64S53SAq60rN0H7FtnG/sXxTjGASQuvYVLYAkGRzo62pKGX3ZjdZtoqbhD<br>
&gt; JzNk74IpI/a4ftFnmTaLgtv/7ynz6793Q/xv2OdvBY2UEErT02Ri41uV/jChg5Y=<br>
&gt; =XqNI<br>
&gt; -----END PGP SIGNATURE-----<br>
&gt; _______________________________________________<br>
&gt; keycloak-user mailing list<br>
&gt; <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
&gt;<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Bill Burke<br>
JBoss, a division of Red Hat<br>
<a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
</div></div></blockquote></div><br></div>