Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mucsi96/vagrant-docker
Enable docker and docker-compose on Mac or Windows using Vagrant
https://github.com/mucsi96/vagrant-docker
Last synced: 5 days ago
JSON representation
Enable docker and docker-compose on Mac or Windows using Vagrant
- Host: GitHub
- URL: https://github.com/mucsi96/vagrant-docker
- Owner: mucsi96
- Created: 2015-05-27T06:28:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T10:57:27.000Z (over 9 years ago)
- Last Synced: 2024-10-12T03:12:36.028Z (about 1 month ago)
- 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
If you would like to use [Docker](https://www.docker.com/) but you have no success with [boot2docker](http://boot2docker.io/) try this as an alternative. Boot2docker is based on Tiny Core Linux and I have problems with it. Also it does not support [docker-compose](https://docs.docker.com/compose/).
What if instead of Tiny Core Linux we will use Ubuntu 12.04 LTS (Precise)? And run it and provision with Docker and docker-compose using [Vagrant](https://www.vagrantup.com/).
Now we can use docker-compose on Mac and Windows.
## Prerequisites
- [Vagrant](https://www.vagrantup.com/)
- $ vagrant plugin install vagrant-reload## Usage
$ vagrant up
$ vagrant ssh
$ docker-compose