Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 619 Bytes

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!