This mini project contains Docker images wrapped in a Vagrant environment. For installation you should perform the following steps:
- Clone the repository and initialize the configuration file:
$ git clone https://github.com/mickgeek/vagrant-with-docker-kit.git
$ cd vagrant-with-docker-kit
$ git submodule init
$ git submodule update
- Copy
.env.example
to.env
anddocker-kit/docker/.env.example
todocker-kit/docker/.env
, then edit they if necessary:
$ cp .env.example .env
$ cp docker-kit/docker/.env.example docker-kit/docker/.env
- Create and configure Vagrant machine:
$ vagrant up
- Check correct work of the web server by address: http://192.168.33.10:8080/.