/vagrant-with-docker-kit

Pretty bunch of Vagrant and Docker Kit.

Primary LanguageShell

Vagrant with Docker Kit

This mini project contains Docker images wrapped in a Vagrant environment. For installation you should perform the following steps:

  1. 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
  1. Copy .env.example to .env and docker-kit/docker/.env.example to docker-kit/docker/.env, then edit they if necessary:
$ cp .env.example .env
$ cp docker-kit/docker/.env.example docker-kit/docker/.env
  1. Create and configure Vagrant machine:
$ vagrant up
  1. Check correct work of the web server by address: http://192.168.33.10:8080/.