Tested against MACOS Yosemite 10.10.3 with Parallels 10.1.3
Install dependencies
git clone https://github.com/dmccue/euca-docker
cd euca-docker; ./setup.sh
Startup eucalyptus cloud using ansible provisioner
vagrant destroy -f
vagrant up
Test all subcomponents are responding
VAGRANTIP=$(vagrant ssh-config | sed -En 's/.*HostName (.*)$/\1/p') ./tests/services.bats
Start eucaconsole within a docker container
./docker_eucaconsole.sh