Move base boxes section up on README
This commit is contained in:
parent
7bccdd2f71
commit
8eabac91d6
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
@ -80,6 +80,15 @@ environmental variable to `lxc` in order to avoid typing `--provider=lxc` all
|
|||
the time.
|
||||
|
||||
|
||||
## Base boxes
|
||||
|
||||
Base boxes can be found on [VagrantCloud](https://vagrantcloud.com/search?provider=lxc)
|
||||
and some scripts to build your own are available at [fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes).
|
||||
|
||||
If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md)
|
||||
for more information.
|
||||
|
||||
|
||||
## Advanced configuration
|
||||
|
||||
If you want, you can modify container configurations from within your Vagrantfile
|
||||
|
@ -160,14 +169,6 @@ If you are interested on what will be generated by that command, please check
|
|||
|
||||
_vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Avoiding-%27sudo%27-passwords)_
|
||||
|
||||
### Base boxes
|
||||
|
||||
Base boxes can be found on [VagrantCloud](https://vagrantcloud.com/search?provider=lxc)
|
||||
and some scripts to build your own are available at [fgrehm/vagrant-lxc-base-boxes](https://github.com/fgrehm/vagrant-lxc-base-boxes).
|
||||
|
||||
If you want to build your own boxes, please have a look at [`BOXES.md`](https://github.com/fgrehm/vagrant-lxc/tree/master/BOXES.md)
|
||||
for more information.
|
||||
|
||||
|
||||
## More information
|
||||
|
||||
|
|
Loading…
Reference in a new issue