Does VOXL2 support docker autorun?
-
Hi quick clarification question,
Is docker autorun supported on VOXL2? The service I saw is on the VOXL2's latest firmware, but the script itself (/etc/modalai/docker-autorun.sh) does not appear to exist. Wanting to confirm before I test anything, as we've had the VOXL2 be bricked before when testing VOXL1 capabilities on VOXl2.
-
Hi,
Voxl2 is built on a standard ubuntu 18 image. The docker autorun stuff was custom made for voxl1 which wasn't standard ubuntu and so lacked a few capabilities without custom code. For running stuff like docker on voxl2 you can follow the standard docker docs for ubuntu 18 and it should just work.
-
@Alex-Gardner Perfect, thanks!