Nice! What about tagging it with 'latest'? Anthony
> On Oct 31, 2016, at 12:13 PM, William Markito Oliveira > <william.mark...@gmail.com> wrote: > > I've just updated our Docker image with 1.0.0-incubating bits, please > evaluate. > > There is also a pull request for review updating our Dockerfile to use > 1.0.0-incubating and OpenJDK instead of Oracle. > > - https://hub.docker.com/r/apachegeode/geode/tags/ > - https://github.com/apache/incubator-geode/pull/275 > > The following line gives you GFSH on a container: > > docker run -it apachegeode/geode:1.0.0-incubating > > But bash is also available: > > docker run -it apachegeode/geode:1.0.0-incubating bash > > I'm planning to contribute the compose and kubernetes scripts to Geode as > well, if you guys think it's a good idea, but for now they're in my > personal GitHub: > > - https://github.com/markito/geode-docker > - https://github.com/markito/geode-kubernetes > > Thanks, > --