# Does VOXL2 support docker autorun?

Source: https://forum.modalai.com/topic/1681/does-voxl2-support-docker-autorun
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-01-10 18:31:55 UTC by Daniel Ryu
Replies: 2 · Views: 668

## Daniel Ryu · 2023-01-10 18:31:55 UTC

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.

https://docs.modalai.com/docker-on-voxl/#configuring-a-program-to-run-automatically-inside-a-docker-on-boot

## Reply by Guest · 2023-01-10 18:42:07 UTC

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.

## Reply by Daniel Ryu · 2023-01-10 18:58:37 UTC (in reply to Guest)

@Alex-Gardner Perfect, thanks!
