https://github.com/iansinnott/vagrant-docker
https://github.com/iansinnott/vagrant-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iansinnott/vagrant-docker
- Owner: iansinnott
- Created: 2014-10-10T13:04:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T04:26:08.000Z (over 11 years ago)
- Last Synced: 2025-01-25T05:41:42.644Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```