Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose fails with "FROM docker_fritzcollectd" #29

Open
bergerf opened this issue Apr 25, 2019 · 1 comment
Open

docker-compose fails with "FROM docker_fritzcollectd" #29

bergerf opened this issue Apr 25, 2019 · 1 comment
Labels

Comments

@bergerf
Copy link

bergerf commented Apr 25, 2019

"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"

  • FROM docker_fritzcollectd
  • FROM fritzcollectd

$ 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"

@fetzerch
Copy link
Owner

#34 adds an improved version of the docker config to the repo. The issue should no longer exist here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants