https://github.com/imega/boot2docker
My vagrant file for boot2docker
https://github.com/imega/boot2docker
Last synced: 4 months ago
JSON representation
My vagrant file for boot2docker
- Host: GitHub
- URL: https://github.com/imega/boot2docker
- Owner: iMega
- Created: 2015-04-12T18:57:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T08:53:18.000Z (about 10 years ago)
- Last Synced: 2025-05-24T20:02:05.122Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Usage
```
iMac$ cd PATH_TO_YOURS_PROJECTS
iMac$ mkdir imega
iMac$ cd imega
iMac$ git clone git@github.com:iMega/boot2docker.git
```
## Start the machine
```
iMac$ vagrant up
```
## Stop the machine
```
iMac$ vagrant halt
```
## Remove the machine
```
iMac$ vagrant destroy
```
### Post on blog
http://imega.club/2015/04/13/parallels-boot2docker-vagrant/