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

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

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/