question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The latest versions no longer working (MM inside Docker is fine)

See original GitHub issue

Hi, I can’t get the container working in the latest versions, using Docker Desktop 2.1.0.5 (latest version) win64 (no other version tested).

When I try to access it, I get the following:

  • Firefox: Fehler: Verbindung unterbrochen / The connection was reset
  • Chrome: ERR_EMPTY_RESPONSE

without Container/portsharing the errors are:

  • Firefox: Fehler: Verbindung fehlgeschlagen / connection failed
  • Chrome: ERR_CONNECTION_REFUSED

Inside the container MM is running correctly, tested with wget localhost:8080 and also the logs show no error either:

[…] [11:27:13.574] [LOG] Sockets connected & modules started … [11:27:13.574] [LOG] Ready to go! Please point your browser to: http://localhost:8080

When i use an old version everything works (same configuration and default).

Working Image (30th dec):

  • bastilimbach/docker-magicmirror@sha256:8ef61d7a60009c34b1b1a2e4d3a427a4fe1da58b84af697f5bfad5333b1ef718

Not working (for example):

  • bastilimbach/docker-magicmirror@sha256:b02a7034893816ad964f7c975b07907ffcdcb9ff0b3a08e1b84e5e5dda771e26

Used command (working with old version):

docker run -d --publish 80:8080 --restart always --env TZ=Europe/Berlin --volume c:/magic_mirror/config:/opt/magic_mirror/config --volume c:/magic_mirror/modules:/opt/magic_mirror/modules --volume c:/magic_mirror/css:/opt/magic_mirror/css --name magic_mirror bastilimbach/docker-magicmirror

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
xbgmsharpcommented, Jan 11, 2020

You need specify address: "0.0.0.0", to force to listen on all interfaces. https://github.com/xbgmsharp/docker-MagicMirror/commit/1fe37ada760db6bc391d492259c8cd65bae0f73d

0reactions
bastilimbachcommented, Jan 12, 2020

Thanks @chris-kwl for the PR. This is what open source is all about 🎉

Merged it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker Engine installation overview
While the instructions below may work, Docker does not test or verify ... In preparation for a new year-month release, a branch is...
Read more >
Dev Containers Tips and Tricks - Visual Studio Code
This article includes some tips and tricks for getting the Dev Containers extension up and running in different environments. Docker Desktop for Windows...
Read more >
Kubernetes vs Docker: Understanding Containers in 2022
Kubernetes has deprecated Docker. What now? Will you still be able to run your containers? Find out how this will influence your work....
Read more >
How to Live Tail Docker Logs - Papertrail
However, if you run a container in detached mode, you can't see the logs in your ... how long the containers have been...
Read more >
Mongo 5.0.0 crashes but 4.4.6 works · Issue #485 - GitHub
Docker logs are empty as well so I couldn't see what was happening. ... Can also attest that mongo:latest no longer works and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found