Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 807 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 807 Bytes

docker-vagrant-catalog

Docker container for http://github.com/vube/vagrant-catalog

Description

This is a docker container based on tutum/apache-php which automatically clones vube/vagrant-catalog and installs all necessary dependencies.

Vagrant Box Files

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.

Instructions

To run:

docker run -d -p 80:80 -v /path/to/files:/var/www/html/files markhuber/vagrant-catalog