Firefox docker container on HA os for use on ipad 2

Ive been going down the rabbit hole all day of attempting to use an old ipad 2 as a HA wall mount interface. after going through a bunch of threads the only way that seems to work without paying $50 for the kiosk app is hosting this firefox docker on my HA server (raspberry pi 3 with HA os) then connecting to that from the ipad. this is the docker container:

From what i gathered online the home assistant operating system has docker already so i ran the fetch request for the container in terminal with ssh

however when i put in the command:

docker run -d
–name=firefox
-p 5800:5800
-v /docker/appdata/firefox:/config:rw
jlesage/firefox

it installed everything then gave this error message
docker: Error response from daemon: error while creating mount source path ā€˜/docker/appdata/firefox’: mkdir /docker: read-only file system.

i dont really know what im doing with commands lines and network configurations etc. is there an easy way to change docker from read only? am i on the right track at all here? thanks!

No you can not install any old docker container if using HA OS, only add-ons (docker containers managed by the supervisor).

If you want to add and manage your own docker containers then you need to use the Container installation method.

BTW, Firefox is available as an add-on already, see: ha-addons/firefox at main Ā· Mincka/ha-addons Ā· GitHub

Though I doubt it will serve your intended use well. It times out without regular input from a user.

I went down this same rabbit hole a while ago and I have been using my old iPad2 for a while now. I just spent the time to clean up the code and package it up as a add-on which I believe does what you are asking for?

As it’s so far just ā€œworks on my machineā€ I’d love to get some more people testing it so I can make it better and then try to get it into the community add-on store so even more people can benefit and reuse their old unsupported tablets.

Hi gnyman, i just installed your HAVNC addon and it works and would love to beta test it for further improvements. currently slow and laggy, but good works for an old repurposing ipad2 as an alternative wall panel for ha. Thanks