tiagocoutinho / modbus-proxy

Connect multiple clients to modbus devices
Other
67 stars 13 forks source link

RPi Hass Core Docker #35

Open EvoSems opened 5 months ago

EvoSems commented 5 months ago

Hi. trying to install a docker to my Rpi4 to access my inverter for Homeassistant. Core Version. (No Add-ons)

if using for example.

docker run -p 5020:502 -v $PWD/conf.yml:/src/conf.yml modbus-proxy -c /src/conf.yml

I get back

$ docker run -p 5020:502 -v $PWD/conf.yml:/src/conf.yml modbus-proxy -c /src/conf.yml Unable to find image 'modbus-proxy:latest' locally docker: Error response from daemon: pull access denied for modbus-proxy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

any help here? tia

Richigeht commented 5 months ago

Hi Did you build it, push to a docker registry and all Of that? if not - well this one you would need to build first and eun then. (Not possible without shell access) Ir try to find a public repo.

I need this for work - maybe I will end up putting up a pipeline this week and push something to docker hub.