• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example of basic vagrant docker provider usage

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!