scottslowe-learning-tools/centos-atomic/docker-tcp/machines.yml
Scott Lowe 6eb8030990
Add learning environment for customizing Docker on CentOS Atomic Host
Add Vagrantfile, YAML data file, and systemd unit files to customize Docker (listen on TCP socket) on CentOS Atomic Host

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-17 16:33:46 -07:00

12 lines
211 B
YAML

---
- box:
vmw: "bento/centos-7.1"
vb: "centos/atomic-host"
name: "atomic-01"
nested: false
nics:
- type: "private_network"
ip_addr: "dhcp"
ram: "512"
sync_disabled: true
vcpu: "1"