An open API service indexing awesome lists of open source software.

https://github.com/iansinnott/vagrant-docker


https://github.com/iansinnott/vagrant-docker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vagrant Docker

A Vagrant image with Docker pre-installed. Nothing else.

## Info

This is a VirtualBox `ubuntu/trusty` image that provisions the latest version of Docker, *and nothing else*. I use this image in place of Boot2Docker on my Mac because it gives me greater control over my environment and is easily configurable via a `Vagrantfile`.

## Usage

```
$ vagrant init iansinnott/ubuntu-docker
$ vagrant up
```

You now have an Ubuntu box running to latest version of Docker. To make sure, run:

```
$ vagrant ssh
$ docker --version
Docker version 1.2.0, build fa7b24f
```