Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bubenkoff/vagrant-docker-example

Example of basic vagrant docker provider usage
https://github.com/bubenkoff/vagrant-docker-example

Last synced: about 2 months ago
JSON representation

Example of basic vagrant docker provider usage

Awesome Lists containing this project

README

        

vagrant-docker-example
======================

Example of basic vagrant docker provider usage

Installation
------------

Install vagrant: using http://vagrantup.com/downloads.html

If you are using linux, install docker: http://docs.docker.com/linux/step_one/
On mac and windows, install docker toolbox: https://www.docker.com/toolbox

Clone this repo

From repo folder:

vagrant up

# on mac and windows, you will be asked for a password, enter: tcuser
# you will be asked for password twice for 2 folders to sync

vagrant ssh # user tcuser password again

# enjoy your docker 'virtual' machine!