Skip to content

Docker Compose: Repository does not exist or may require 'docker login' #416

@cjeller1592

Description

@cjeller1592

Describe the bug

When I was trying to run WriteFreely via docker-compose based on @conor-f 's instructions, I ran into this.

$ sudo docker-compose run writefreely-web --config
Starting writefreely-db ... done
Pulling writefreely-web (writefreely:latest)...
ERROR: pull access denied for writefreely, repository does not exist or may require 'docker login'

The image in the docker-compose.yml file is this:

writefreely-web:
    container_name: "writefreely-web"
    image: "writefreely:latest"

When I try to perform a docker pull on this image, I get a similar error:

$ docker pull writefreely
Using default tag: latest
Error response from daemon: pull access denied for writefreely, repository does not exist or may require 'docker login'

I don't think this image actually exists. There is a writeas/writefreely image listed here. Should that the one that should be included instead?

Expected behavior

Docker pulls down the image successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions