You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sebastien Goasguen <ru...@gmail.com> on 2015/08/24 10:15:13 UTC

CloudStack Docker images on Docker hub.

Hi Everyone,

Last week David and I worked on the Docker hub to get automated builds for ec2stack and cloudmonkey.

You can now get those on Docker hub:

$ docker pull cloudstack/cloudmonkey
$ docker pull cloudstack/ec2stack

These are automated build of master, I will work to get other tags that corresponds to the release.

Please try it and let me know how that works. If you see any issues feel free to send PR to the respective projects.
The images will build automatically and you should be able to test it right away.

Also you have images for the simulator and the mgt server under cents

$ docker pull cloudstack/simulator
$ docker pull cloudstack/management_centos6

We need to split the MySQL db from the mgt server and get a build going for the usage server as well.

The goal would be to have a docker-compose file that starts the mgt server, db, usage server and ec2stack.
PR welcome for this, it’s a fun project for anyone interested in Docker.

Enjoy,


-Sebastien