Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bubenkoff/vagrant-docker-example
Example of basic vagrant docker provider usage
https://github.com/bubenkoff/vagrant-docker-example
Last synced: 11 days ago
JSON representation
Example of basic vagrant docker provider usage
- Host: GitHub
- URL: https://github.com/bubenkoff/vagrant-docker-example
- Owner: bubenkoff
- License: mit
- Created: 2014-05-14T20:18:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T06:06:10.000Z (about 9 years ago)
- Last Synced: 2024-10-10T05:34:55.316Z (about 1 month ago)
- Size: 188 KB
- Stars: 114
- Watchers: 12
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-projects - vagrant-docker-example - Example of basic vagrant docker provider usage (Others)
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/toolboxClone 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 syncvagrant ssh # user tcuser password again
# enjoy your docker 'virtual' machine!