KEGustafsson / SignalK-Telegraf-Influxdb-Grafana-in-docker

SignalK, Telegraf, Influxdb and Grafana in docker. Based on https://github.com/SignalK/signalk-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Service 'signalk-server' failed to build

deepsurvey opened this issue · comments

Hi,

Found this lovely docker. When I run ./run_me-1st.sh, option 2 and 3, I get the following error:

Step 9/28 : RUN git clone https://github.com/SignalK/signalk-server.git signalk
---> Running in dac273fe50f3
Cloning into 'signalk'...
Removing intermediate container dac273fe50f3
---> 0680fc239e0e
Step 10/28 : WORKDIR /home/node/signalk
---> Running in eabc3ee3e93c
Removing intermediate container eabc3ee3e93c
---> ecaf3af12d14
Step 11/28 : COPY --chown=node startup.sh startup.sh
---> b409eefdc30f
Step 12/28 : RUN chmod +x startup.sh
---> Running in dad75eeec18d
Removing intermediate container dad75eeec18d
---> c9beb541cf16
Step 13/28 : COPY --chown=node avahi/avahi.sh avahi.sh
ERROR: Service 'signalk-server' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder869965009/avahi/avahi.sh: no such file or directory
curl: (7) Failed to connect to localhost port 8086: Connection refused

Any idea what I am missing here?

Thanks for reporting this issue. Now it is corrected here de65b8a
avahi.sh is now included to startup.sh, but conf -folder Dockerfile were not updated accordingly.
Please, pull latest update and re-run installation script.

So now all instances are running OK in docker environment? Please verify this and if yes then you can close issue or if there is anything else let's keep it still open.

I updated readme about running script without elevating to sudo. Thanks!