Moar troubleshoting info
This commit is contained in:
parent
c220835daf
commit
a336c61991
1 changed files with 8 additions and 1 deletions
|
@ -111,7 +111,9 @@ VAGRANT_LOG=debug vagrant-lxc up
|
|||
```
|
||||
|
||||
|
||||
## Help! I've accidentaly ran `vagrant-lxc` on a Vagrant 1.0 project and I can't use it anymore
|
||||
## Help!
|
||||
|
||||
### I've accidentaly ran `vagrant-lxc` on a Vagrant 1.0 project and I can't use it anymore
|
||||
|
||||
That happened to me before so here's how to recover:
|
||||
|
||||
|
@ -120,6 +122,11 @@ rm -rf .vagrant
|
|||
mv .vagrant.v1* .vagrant
|
||||
```
|
||||
|
||||
### The container does not stop from `vagrant halt`
|
||||
|
||||
There is some hidden bug which I wasn't able to reproduce properly, if that
|
||||
happens to you, just run `lxc-shutdown -n container_name` and try again.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue