-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
What happened?
I want to have the cookiecutter setup my project so that I run runserver via a docker container.
I ran the basic setup, but when choosing docker runserver option I received an error when running docker-compose up --build -d
:
Pulling worker (project-slug:latest)...
ERROR: pull access denied for project-slug, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Where project-slug
is the suggested project-slug for my app.
What should've happened instead?
Docker should've built images correctly.
Steps to reproduce
Basic steps, just use the docker runserver option instead of default which is n.
I am definitely logged into docker hub.
Kubuntu 18.04
Docker version 19.03.6
Metadata
Metadata
Assignees
Labels
No labels