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.

Docker installation not working

See original GitHub issue

Describe the bug When I launch the command in the documentation I receive always the same error:

ERROR: for mediaserver Container "327cdb9899a6" is unhealthy.

docker logs give me this error on the mediaserver container:

[INFO  tini (1)] Spawned child process './routr' with pid '8'
[INFO  tini (1)] Main child exited with signal (with signal 'Terminated')

To Reproduce Steps to reproduce the behavior:

  1. Run the suggested command:
docker run -it --rm \
  -e CONFIG_PATH=$(pwd)/fonoster/config \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  --volume $(pwd)/fonoster:/out:rw \
  fonoster/fonoster
  1. Wait for the error

Expected behavior Application has to start

System information (please complete the following):

  • OS: Ubuntu Server 22.04 on Intel, Mac OSX 12.6 on Apple M1

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
psanderscommented, Oct 12, 2022

Hi @pezzeonline,

Thanks for taking the time to try Fonoster. We will have someone on the team triaging this issue.

cc: @YuriCodes @efraa

1reaction
psanderscommented, Nov 12, 2022

Quick update.

TLDR: Made some progress but it seems that this installer needs a lot more work.

Found few issues with the docker installer.

Addressed the issues in the this branch.

Tested the fixes on Ubuntu @ DigitalOcean and my M1.

After installing I had to stop/start the server due to the MediaServer.

The installation is considerably slower on my M1 (potentially due to QEMU.)

More to follow.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Docker Engine installation
Troubleshoot Docker Engine installation. This page contains instructions for troubleshooting and diagnosing the Docker Engine installation.
Read more >
Docker Desktop Installer does not start - Stack Overflow
Open command prompt as Run as Administrator · navigate to the downloaded folder cd C:\Users\ username\Downloads · Run the executable by just ...
Read more >
How To Install Docker Desktop And Troubleshoot Issues In ...
Type and search Services in the windows search box or open run then type services.msc and click Ok. Then you will see a...
Read more >
Docker Desktop Installer not starting · Issue #12510 - GitHub
Run CMD as administrator · Run "Docker Desktop Installer.exe" from CMD.
Read more >
What to Do if Docker Desktop for Windows Does Not Start
Remove Docker in “Add or remove programs” · Restart your computer · Install Docker as Administrator (and not by running the installer directly)....
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