phoneinfoga
phoneinfoga copied to clipboard
Synology docker will not run
Describe the bug Download any version of the docker image on a Synology NAS and nothing will run. Image start and immediately quits. Errors with docker-compose root@NAS:/volume1/docker/phoneinfoga# docker-compose up -d Creating network "phoneinfoga_default" with the default driver Pulling phoneinfoga (phoneinfoga:latest)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y Pulling phoneinfoga (phoneinfoga:latest)... ERROR: pull access denied for phoneinfoga, repository does not exist or may require 'docker login'
Error with docker root@NAS:~# docker run --rm -it sundowndev/phoneinfoga version [i] PhoneInfoga () [i] Maintained by sundowndev https://github.com/sundowndev/PhoneInfoga failed to resize tty, using default size
Desktop (please complete the following information):
- OS: Synology DSM 6
- PhoneInfoga latest, stable, V2
- Docker version 18.09.8, build bfed4f5
Additional context Never had problems downloading docker images from the registry and running them except this one. Currently have 6 other images running with zero issues.
Hi, sorry for the delayed response. What's the content of your docker-compose file ? It seems you tried to download the wrong image. It's sundowndev/phoneinfoga:latest
.
Closing due to inactivity. Feel free to reopen and add further details.