Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Sep 23, 2014
1 parent 8ffc9ef commit dd5a8d1
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,38 +46,20 @@ disable checksum offloading as described on [this comment](https://github.com/fg

## Installation

On Vagrant 1.5+:

```
vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.3
```

On Vagrant < 1.5:

```
vagrant plugin install vagrant-lxc
```


## Quick start

On Vagrant 1.5+:

```
vagrant init fgrehm/precise64-lxc
vagrant up --provider=lxc
```

On Vagrant < 1.5:

```
vagrant init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23
vagrant up --provider=lxc
```

If you are using Vagrant 1.2+ you can also set the `VAGRANT_DEFAULT_PROVIDER`
environmental variable to `lxc` in order to avoid typing `--provider=lxc` all
the time.
_Set the `VAGRANT_DEFAULT_PROVIDER` environmental variable to `lxc` in order to
avoid typing `--provider=lxc` all the time._


## Base boxes
Expand Down

0 comments on commit dd5a8d1

Please sign in to comment.