jasonodonnell / docker-vm

Vagrant vm that installs docker and docker-compose on CentOS7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Environment

This is the virtualization blueprint to deploy:

  • CentOS7
  • Docker
  • Docker-Compose

Requirements

  • Vagrant (tested on 1.8.6)
  • Virtual Box (tested on 5.1.6)
  • Ansible (tested on 2.3.2.0)

Deploy

$ git clone git@github.com:jasonodonnell/docker-vm.git
$ cd ./docker-vm
$ vagrant up

Access Docker

$ vagrant ssh docker
$ docker network ls

About

Vagrant vm that installs docker and docker-compose on CentOS7