mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrantfile and external YAML data file for IPVLAN L3 environment with Docker. Add shell scripts for configuring Docker host VMs. Update README.md for IPVLAN L3 instead of IPVLAN L2.
9 lines
162 B
YAML
9 lines
162 B
YAML
---
|
|
- name: docker-01
|
|
box: slowe/ubuntu-15.10-server-amd64
|
|
ram: 1024
|
|
vcpu: 1
|
|
- name: docker-02
|
|
box: slowe/ubuntu-15.10-server-amd64
|
|
ram: 1024
|
|
vcpu: 1
|