├── .gitignore ├── Dockerfile ├── Vagrantfile └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescarr/mcrouter-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescarr/mcrouter-docker/HEAD/Vagrantfile -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescarr/mcrouter-docker/HEAD/readme.md --------------------------------------------------------------------------------