Solaranzeige soll bei mir per Docker über Portainer laufen.
Pfade, Port und Tag sind angepasst, Container läuft, aber weder über Putty, noch über die Container-Konsole lässt sich "docker exec -ti Solaranzeige /solaranzeige/setup" aufrufen. Auch nicht, wenn ich den Containernamen durch die ID ersetze.
Als Fehlermeldung kommt, dass weder Datei noch Pfad existieren. Konnte die setup-Datei aber auch nirgends finden.
In den Logs steht Folgendes:
Code: Alles auswählen
##################################
# Initial Setup for Solaranzeige #
##################################
create necessary files/directories...
downloading Main Program...
Cloning into 'solar_config'...
fatal: unable to access 'https://github.com/DeBaschdi/solar_config.git/': Could not resolve host: github.com
cp: cannot stat '/tmp/git/solar_config/html': No such file or directory
cp: cannot stat '/tmp/git/solar_config/www': No such file or directory
cp: cannot stat '/tmp/git/solar_config/solaranzeige': No such file or directory
cp: cannot stat '/tmp/git/solar_config/influxdb': No such file or directory
cp: cannot stat '/tmp/git/solar_config/grafana': No such file or directory
Update wird gestartet .....
Installing PVForecast...
Cloning into 'PVForecast'...
fatal: unable to access 'https://github.com/StefaE/PVForecast.git/': Could not resolve host: github.com
cp: cannot stat '/tmp/git/PVForecast/PVForecast/': No such file or directory
cp: cannot stat '/tmp/git/PVForecast/*.py': No such file or directory
cp: cannot stat '/tmp/git/PVForecast/solcast_light_config.ini': No such file or directory
cp: cannot stat '/tmp/git/PVForecast/config.ini': No such file or directory
chmod: cannot access '/solaranzeige/setup': No such file or directory
chmod: cannot access '/solaranzeige/statusmail': No such file or directory
chmod: cannot access '/solaranzeige/support': No such file or directory
Installing Grafana Plugins...
Error: ✗ Get "https://grafana.com/api/plugins/fetzerch-sunandmoon-datasource/versions": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Error: ✗ Get "https://grafana.com/api/plugins/briangann-gauge-panel/versions": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
##############################################################################################
# Initial Setup for Solaranzeige completed, please run /solaranzeige/setup for Configuration #
# example : docker exec -ti Solaranzeige /solaranzeige/setup #
##############################################################################################
Was mache ich falsch ?
Gruß Thorsten