mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
12 lines
211 B
YAML
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"
|