Skip to content

chatoo2412/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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