scottslowe-learning-tools/docker-macvlan/machines.yml
Scott Lowe fd182b2166 Commit initial Docker-macvlan environment
Add Vagrantfile. Add machines.yml data file.
2016-01-27 17:08:49 -07:00

13 lines
230 B
YAML

---
- name: docker-01
box: slowe/ubuntu-trusty-x64
ram: 1024
vcpu: 1
ip_addr: 192.168.100.100
docker: true
- name: remote-01
box: slowe/ubuntu-trusty-x64
ram: 512
vcpu: 1
ip_addr: 192.168.100.101
docker: false