This repository is template repository for web application development with using virtual machine and docker container.
- rsync
- Vagrant
- Vagrant Plugins
- VirtualBox or Hyper-V
- DHCP server (when use Hyper-V)
You can generate new repository with Use this template
Button in this repository page.
- Generate
.env
file with coping.env.example
.cp ./.env.example ./.env
- Modify
.env
file as you like. - Run command,
vagrant up
.
If you do not install required vagrant plugins, you need operate with install dialog when you run command vagrant up
.
After the installs have finished, run command vagrant up
again.
writing....
- Vagrant
- Vagrant Cloud
- vagrant-hostmanager
- vagrant-scp
- Ansible(Python3)
- Docker
- Docker Engine
- Docker Compose
- Docker Swarm
- Docker Resistry
- Docker Hub
- centos:centos8 (Docker Official Image)
- NGINX
- MariaDB
- phpMyAdmin
See the included LICENSE.md file for more details.