Nanobox v2 is here and provides some significant advantages when compared to v1 (most notable is support for native Docker containers). There have been changes to the Nanobox core that require a fresh install.
If you have local data you want to preserve, you should export it before unistalling
- Use the
nanobox implode
command to destroy all your v1 apps. - Remove/Uninstall the Nanobox binaries -
nanobox
andnanobox-update
. (Windows users, do this through the system uninstaller) - If you've been using netfs for filesystem mounting, remove the Nanobox entries in your
/ect/exports
files.
The v2 installer can be downloaded from your dashboard: https://dashboard.nanobox.io/download
- To use native docker containers, you must have Docker installed on your machine. Nanobox will not install Docker for you.
- Due to Docker's Mac filesystem driver, native docker containers are actually less performant on MacOS than using VirutalBox/Docker-Machine.
- In Windows, when it comes to performance, Docker Native vs VirtualBox/Docker-Machine is about the same. VirtualBox/Docker-Machine has a slight edge.