mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update Vagrantfile and associated data files (YAML and/or JSON) to provide better multi-platform support via provider overrides.
11 lines
218 B
YAML
11 lines
218 B
YAML
---
|
|
- name: docker-01
|
|
vmw_box: slowe/ubuntu-15.10-server-amd64
|
|
vb_box: ubuntu/wily64
|
|
ram: 1024
|
|
vcpu: 1
|
|
- name: docker-02
|
|
vmw_box: slowe/ubuntu-15.10-server-amd64
|
|
vb_box: ubuntu/wily64
|
|
ram: 1024
|
|
vcpu: 1
|