Docker container for http://github.com/vube/vagrant-catalog
This is a docker container based on tutum/apache-php which automatically clones vube/vagrant-catalog and installs all necessary dependencies.
The container assumes the Hashicorp Atlas folder structure and metadata.json file schemas. For more details see this post on Your own Vagrant Cloud. You should create this folder structure somewhere and use a volume to mount it in to the container.
To run:
docker run -d -p 80:80 -v /path/to/files:/var/www/html/files markhuber/vagrant-catalog