scottslowe-learning-tools/vagrant-docker-json/containers.json
Scott Lowe 1da4bc2d7f Add files for Vagrant + Docker + JSON
Add files for a multi-container environment using the Vagrant Docker provider and an external JSON data file. That includes a Vagrantfile, external JSON data file, host VM Vagrantfile, and README.md.
2016-02-10 20:40:18 -07:00

13 lines
159 B
JSON

[
{
"name": "nginx-01",
"image": "nginx",
"ports": ["80:80", "443:443"]
},
{
"name": "redis-01",
"image": "redis",
"ports": ["6379:6379"]
}
]