Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 535 Bytes

vagrant

Configure Vagrantfile by using your own yaml/sh files.

Prerequisites

Quick Start

$ cp config-example.yaml config.yaml
$ cp docker-compose-example.yaml docker-compose.yaml
$ cp scripts/essential-example.sh scripts/essential.sh
$ cp scripts/shell-example.sh scripts/shell.sh
$ vagrant plugin install vagrant-timezone vagrant-docker-compose
$ vagrant up