scottslowe-learning-tools/docker/docker-ce-edge/machines.yml
Scott Lowe d9504bffff
Add environment for Docker CE
Add environment to run Docker CE on Ubuntu 16.04, provisioned by Ansible

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-17 12:50:57 -06:00

12 lines
210 B
YAML

---
- box:
vmw: "bento/ubuntu-16.04"
vb: "bento/ubuntu-16.04"
name: "xenial"
nested: false
nics:
- type: "private_network"
ip_addr: "dhcp"
ram: "512"
sync_disabled: true
vcpu: "1"