Most tasks in the scripts/robo/RoboFile.php have a controller method that checks for the OS and then calls an OS specific function. Each of those will need a Linux check and Linux function.
Several of the commands in .ahoy.yml hit docker via docker-machine calls. I would suggest we convert these to additional robo commands that call docker appropriately based on OS.
scripts/robo/RoboFile.php
have a controller method that checks for the OS and then calls an OS specific function. Each of those will need a Linux check and Linux function..ahoy.yml
hit docker via docker-machine calls. I would suggest we convert these to additional robo commands that call docker appropriately based on OS.