I’m new to the world of docker. I’ve been able to install some Web services but there are some that I would like to use a docker container.
My understanding is that as Hass.io runs within a docker container, Portainer can allow me to load docker images which allow me to run other Web services within Hass.io?
I went into images and tried to load a tarball docker file and direct url but none deployed.
Am I misunderstood the purpose of Portainer? If no is there atut somewhere to help me?
Thanks for the reply! I’ll check tonight but I’m pretty sure I used the docker hub tarball and url, but I’ll try just the name and sour here what I did. My test was for media wiki.
Sorry, I meant now that the docker container for mediawiki is running within Portainer. Does that mean mediawiki is now installed and accessible from within the docker container? Could be any docker container, mediawiki was just an example.
Portainer shows me the image, an IP address but no port details.
Thanks again. So are you saying that installing services this way is no use? I thought that Portainer would allow me to use additional services within the hass environment.
My understanding of docker (very limited) is that it would essentially be a self contained service.
Or is there a better way of doing this? Installing other services easily to be accessible through home assistant.
Through home assistant? That’s not what you are doing here. You are creating services ALONGSIDE Home Assistant. They are not related in any way. If you want to integrate them with Home Assistant, that is done manually (Node Red, Mosquitto, etc are good examples of this).
You can run any docker image you want (assuming they have one built for your architecture), but YOU have to configure things like exposed ports, volume mounts, etc.
I gave up on Portainer with hassio. I couldnt figure out how to load the valetudo-mapper container from github. Lucky me there was a fork on dockerhub. But I couldnt access the webservice since I’m not sure how to configure the network. There isnt even a documentation about the different networks in hassio. I tried to configure it like the other addons that were already running but i couldnt get it to work.