bastilimbach / docker-MagicMirror

Docker image for the Magic Mirror 2 project by Michael Teeuw.
https://hub.docker.com/r/bastilimbach/docker-magicmirror/
MIT License
185 stars 54 forks source link

Error trying to run it in server only mode #41

Closed henriquearake1 closed 4 years ago

henriquearake1 commented 4 years ago

Hello, I'm trying to run MagicMirror² in server only mode using the following command line docker run -d publish 80:8080 restart always volume ~/magic_mirror/config:/opt/magic_mirror/config volume ~/magic_mirror/modules:/opt/magic_mirror/modules volume /etc/localtime:/etc/localtime:ro name magic_mirror bastilimbach/docker-magicmirror but it isn't working. This is the error message: "Unable to find image 'publish:latest' locally docker: Error response from daemon: pull access denied for publish, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'."

I re-installed Docker and GIT, but the error remains the same.

I'm using a windows 10 machine.

henriquearake1 commented 4 years ago

Newbie error, guys. I forgot to type "--"

bastilimbach commented 4 years ago

Thanks for coming back and closing the issue! You‘re surely not the first one to forget the double dashes 😂