Docker, Microservices

minimesos 0.10.1 - Support for Mesos 1.0.0 and Docker 1.12

MiniMesos logo

Today we released minimesos 0.10.1.This minimesos version is all about version upgrades. You can install it using the usual installer command: curl -sSL https://minimesos.org/install | sh. The Docker images are available on Docker Hub and the jar is available via Jitpack. Minimesos is the experimentation and testing tool for Apache Mesos and features a Vagrant-like workflow and a Java API.

Docker 1.12 support

By popular request we now support Docker 1.12. As part of this change we upgraded docker-java to version 3.0.0. We use docker-java extensively inside minimesos to manage containers.

Mesos 1.0.0

Last week Mesos 1.0.0 was released, with new APIs, the unified containerizer, support for Container Networking Interface (CNI) and more. By default minimesos will now create a Mesos 1.0.0 cluster.

  
minimesos info
(out)Minimesos cluster is running: 888711247
(out)Mesos version: 1.0.0
(out)export MINIMESOS_NETWORK_GATEWAY=172.17.0.1
(out)export MINIMESOS_AGENT=http://172.17.0.5:5051; export MINIMESOS_AGENT_IP=172.17.0.5
(out)export MINIMESOS_ZOOKEEPER=zk://172.17.0.3:2181/mesos; export MINIMESOS_ZOOKEEPER_IP=172.17.0.3
(out)export MINIMESOS_MARATHON=http://172.17.0.6:8080; export MINIMESOS_MARATHON_IP=172.17.0.6
(out)export MINIMESOS_CONSUL=http://172.17.0.7:8500; export MINIMESOS_CONSUL_IP=172.17.0.7
(out)export MINIMESOS_MASTER=http://172.17.0.4:5050; export MINIMESOS_MASTER_IP=172.17.0.4

minimesos version command

This new command displays the minimesos version on the terminal. It reads the version from the MANIFEST.MF file in the minimesos-cli jar.

  
minimesos version
(out) 0.10.1

Keep in touch

Thanks for reading! Keep in touch by commenting on the blog, talking to us at @minimesos and @ContainerSoluti or ask a question on the mailing list. Check out the open issues on Github. Do you have an idea on how to improve minimesos? Please open an issue or add a PR at the minimesos Github repo. We hope you find minimesos useful. See you next time!

Comments
Leave your Comment