Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattermeyer/vagrant-docker-host
https://github.com/rattermeyer/vagrant-docker-host
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rattermeyer/vagrant-docker-host
- Owner: rattermeyer
- Created: 2015-05-15T21:36:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T08:16:04.000Z (over 9 years ago)
- Last Synced: 2024-10-14T08:07:27.207Z (2 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker development box
This box defines a docker development environment. It basically installs* [docker](https://www.docker.com/whatisdocker/)
* [docker-compose](https://docs.docker.com/compose/)
* [Consul](https://github.com/progrium/docker-consul)
* [Registrator](https://github.com/gliderlabs/registrator)
* [Shipyard](http://shipyard-project.com/)
* git
* vim + useful vim plugins## Get up and running
* Have enough memory (VM requires 2GB) available. Change settings, if required, in Vagrantfile
* Install [Vagrant](http://vagrantup.com)
* Clone this repository `git clone https://github.com/rattermeyer/vagrant-docker-host`
* Provision a box `vagrant up`
You need to reboot after the provisioning: `vagrant halt && vagrant up`
* Login `vagrant ssh` or using putty / ssh on localhost:2222