Home Assistant Supervised Install Issues

I have installed home assistant supervised via a generic Linux system using docker. However, I cant get access to the installed command lines on host system. I am trying to install open alpr local which is accessed at /usr/bin/alpr on host system but need help accessing it on docker.

Thanks in Advance

You want to access an executable from /usr/bin/alpr on the host from your docker container ? That is not the way docker works. Docker containers are some kind of virtual machine that are isolated from the host.

I thought this was the case, so now I’m not sure if this is possible to do which isn’t clear from the documentation. Is there know way of linking the volumes to have access the command line files.

You could try to setup a symbolic link from /usr/bin/alpr to /usr/share/hassio/homeassistant. Not sure if it would work.