You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"docker-compose" command fails:
$ "FRITZBOX_USER= FRITZBOX_PASSWORD= sudo docker-compose up --build -d"
Building influxdb
Step 1/4 : FROM docker_fritzcollectd
ERROR: Service 'influxdb' failed to build: pull access denied for docker_fritzcollectd, repository does not exist or may require 'docker login'
This is not a login issue, docker-compose seems to search on docker hub, not local.
You have to change the file "influx-provisioning/Dockerfile"
"docker-compose" command fails:
$ "FRITZBOX_USER= FRITZBOX_PASSWORD= sudo docker-compose up --build -d"
Building influxdb
Step 1/4 : FROM docker_fritzcollectd
ERROR: Service 'influxdb' failed to build: pull access denied for docker_fritzcollectd, repository does not exist or may require 'docker login'
This is not a login issue, docker-compose seems to search on docker hub, not local.
You have to change the file "influx-provisioning/Dockerfile"
$ docker -v
Docker version 18.09.2, build 6247962
$ docker-compose -v
docker-compose version 1.21.0, build unknown
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.10
DISTRIB_CODENAME=cosmic
DISTRIB_DESCRIPTION="Ubuntu 18.10"
The text was updated successfully, but these errors were encountered: