Great (and timely) question Barry! And great answers from Mark and John. The question is timely because we recently addressed some similar needs in the development of the new Dockerized acceptance tests for the new TLS SNI features. I've taken a stab at a tutorial that leverages some of those ideas to hopefully answer Barry's question here:
https://cwiki.apache.org/confluence/display/GEODE/Using+the+Official+Geode+Docker+Image It's not perfect (at all) but hopefully it'll give you a few techniques you can start using! On Tue, Jul 7, 2020 at 3:21 PM John Blum <jb...@vmware.com> wrote: > Hi Barry- > > Have a look at this... > > > https://docs.spring.io/spring-boot-data-geode-build/1.3.x/reference/html5/#geode-docker > > I recently put this together as part of the SBDG 1.3 GA release. It > contains references to other pertinent documentation as well. > > There aren't any pre-canned Docker Images with a Locator/Locators or > Server/Servers running, unfortunately. > > However, I intend to tackle that concern as part of the STDG project ( > https://github.com/spring-projects/spring-test-data-geode). See Issue > #19 (https://github.com/spring-projects/spring-test-data-geode/issues/19) > by myself and David Turanski. > > Some early experimentation has already taken place. > > Regards, > John > > > > ________________________________ > From: Barry Barrios <barri...@vt.edu> > Sent: Tuesday, July 7, 2020 10:26 AM > To: dev@geode.apache.org <dev@geode.apache.org> > Subject: geode docker question > > Do you have Apache Geode examples using docker? Is there a way to run a > docker container that automatically creates locator and server by > specifying some parameters without typing them in the gfsh shell prompt? > Also, same for deploying jars, is there a way to automatically deploy jars > when running docker? I was browsing through your apache geode examples > github repo to see if there were examples but didn't find what I was > looking for. > > Best, > Barry >