-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Description
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
Labels
No labels