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

ERRO[0472] error waiting for container: context canceled #17

Closed Sisikon closed 5 years ago

Sisikon commented 5 years ago

Hi

I just run the docker run -d \ commands. It started to pull from bastilimbach/docker-magicmirror (all are completed). After that it startet with "Status: Downloaded newer image for bastilimbach/docker-magicmirror:latest and prompt with the error message: ERRO[0472] error waiting for container: context canceled

Any idea ?

bastilimbach commented 5 years ago

This is a strange error. I think it has to do with you docker installation. Could you please provide the output of docker info and some system information?

bastilimbach commented 5 years ago

Closing this due to no response. Please feel free to reopen the issue.

slimcdk commented 3 years ago

context canceled is a message produced by the default go context library when a deadline is exceeded (usually meaning a timeout)