diff options
author | kwadronaut <kwadronaut@leap.se> | 2018-02-06 18:02:45 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2018-02-06 18:02:45 +0100 |
commit | e1777a8c22aaaa72031a35ecdbfd1d9e6dba1ab9 (patch) | |
tree | dbd8bd657ab2ec67901caa7a9b597ece60b12737 | |
parent | 56ad9a2596e4aeb00e9d0588cd1ca5f3988c222f (diff) |
add Vagrant note on Ubuntu
Closes https://0xacab.org/leap/platform/issues/8715
-rw-r--r-- | pages/docs/platform/tutorials/vagrant.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/docs/platform/tutorials/vagrant.md b/pages/docs/platform/tutorials/vagrant.md index 1df7ee3..3db1cbf 100644 --- a/pages/docs/platform/tutorials/vagrant.md +++ b/pages/docs/platform/tutorials/vagrant.md @@ -431,6 +431,7 @@ To troubleshoot vagrant issues, try going through these steps: * If that fails, make sure that you can run virtual machines (VMs) in plain virtualbox (Virtualbox GUI or VBoxHeadless). We don't suggest a special howto for that, [this one](http://www.thegeekstuff.com/2012/02/virtualbox-install-create-vm/) seems pretty decent, or you follow the [Oracale Virtualbox User Manual](http://www.virtualbox.org/manual/UserManual.html). There's also specific documentation for [Debian](https://wiki.debian.org/VirtualBox) and for [Ubuntu](https://help.ubuntu.com/community/VirtualBox). If you succeeded, try again if you now can start vagrant nodes using plain vagrant (see first step). * If plain vagrant works for you, you're very close to using vagrant with leap! If you encounter any problems now, please [contact us](https://leap.se/en/about-us/contact) or use our [issue tracker](https://leap.se/code) +* The Vagrant on Ubuntu 16.04 has broken support for plugins, you should use the gem or upgrade your distro. Additional notes ==================== |