-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Todor Minchev edited this page Mar 4, 2016
·
15 revisions
- Windows users must use the Docker Toolbox for CROPS installer.
**DO NOT USE THE STANDARD DOCKER TOOLBOX INSTALLER OR YOU WILL BE BITTEN BY THE NDIS5 BUG! **
.Bug details can be found here
These are the choices you need to have selected when you do the DockerToolbox Installation. If you do not have an NDIS5 checkbox, it means that you are running the wrong installer!.
- Mac users can download the standard Docker Toolbox installer package for Mac OS X.
Now you need to run the Zephyr installer from the Docker Quickstart Terminal. From within the Docker Quickstart Terminal do:
$>curl -O -s https://raw.githubusercontent.com/todorez/crops/master/installers/zephyr-installer.sh && source ./zephyr-installer.sh
If you already have the correct images, you can answer "No" to the download questions. If you are unsure, answer "Yes" to all questions. This will set up your docker in a known CROPS compliant configuration. The containers should look like, though the ids will be different:
$>docker ps -a
If you experience any issues, please refer to the troubleshooting page below. If you the problem is not covered in the documentation and you still cannot resolve it, please open an issue on github.