scottslowe-learning-tools/docker-macvlan/machines.yml
Scott Lowe a4eb2243fc Remove references to personally-maintained Vagrant boxes
Remove references to personally-maintained Vagrant boxes ("slowe/*"), replacing them with "bento/*" instead. Changes found in YAML/JSON data files as well as in some Vagrantfiles and in all applicable README files.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2016-12-02 17:17:19 -07:00

15 lines
304 B
YAML

---
- name: "docker-01"
vmw_box: "bento/ubuntu-14.04"
vb_box: "ubuntu/trusty64"
ram: "1024"
vcpu: "1"
ip_addr: "192.168.100.100"
docker: true
- name: "remote-01"
vmw_box: "bento/ubuntu-14.04"
vb_box: "ubuntu/trusty64"
ram: "512"
vcpu: "1"
ip_addr: "192.168.100.101"
docker: false