redgeoff / docker-ce-vagrant

Spin up a VM running docker CE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ce-vagrant

A quick way to get docker CE set up on a VM

Install Vagrant, VirtualBox and git

http://www.vagrantup.com
https://www.virtualbox.org (don't worry about setting up any VMs as the steps below will cover this)
http://git-scm.com

Set up

$ git clone https://github.com/redgeoff/docker-ce-vagrant.git
$ cd docker-ce-vagrant
$ vagrant up
$ vagrant ssh

About

Spin up a VM running docker CE

License:MIT License


Languages

Language:Shell 100.0%