GithubHelp home page GithubHelp logo

Comments (5)

vladgh avatar vladgh commented on August 23, 2024

How are you running the container?
I am not familiar with podman at all, yet, but from a brief google search, I see that the healthcheck syntax is different: --healthcheck-command 'CMD-SHELL curl --silent --fail localhost:8200 || exit 1'

Curl is present inside the image, the problem is probably in the check syntax and the difference between podman / docker

from docker_base_images.

ltguillaume avatar ltguillaume commented on August 23, 2024

https://docs.podman.io/en/latest/markdown/podman-run.1.html says it's --health-cmd and "the command will be interpreted as an argument to /bin/sh -c"

I'm just running

podman run -d \
 --name minidlna \
 --net=host \
 -v /srv/containers/media:/media \
 -e MINIDLNA_MEDIA_DIR=/media \
 -e MINIDLNA_FRIENDLY_NAME=Pi \
 -e MINIDLNA_ROOT_CONTAINER=B \
 -e MINIDLNA_ALBUM_ART_NAMES=Folder.jpg/folder.jpg/Cover.jpg/cover.jpg \
 -e MINIDLNA_MERGE_MEDIA_DIRS=YES \
 -e MINIDLNA_WIDE_LINKS=YES \
 docker.io/vladgh/minidlna

from docker_base_images.

ltguillaume avatar ltguillaume commented on August 23, 2024

Something else is going on, because I just tried the following and it works. Still, if I don't disable the health check, it will show exec_died every 10 seconds.

$ podman exec minidlna curl --fail --silent localhost:8200 || echo 1
<HTML><HEAD><TITLE>MiniDLNA 1.3.0</TITLE></HEAD><BODY><div style="text-align: center"><h2>MiniDLNA status</h2></div><h3>Media library</h3><table border=1 cellpadding=10><tr><td>Audio files</td><td>0</td></tr><tr><td>Video files</td><td>>

$ podman exec minidlna curl --fail --silent 127.0.0.1:8200 || echo 1
<HTML><HEAD><TITLE>MiniDLNA 1.3.0</TITLE></HEAD><BODY><div style="text-align: center"><h2>MiniDLNA status</h2></div><h3>Media library</h3><table border=1 cellpadding=10><tr><td>Audio files</td><td>0</td></tr><tr><td>Video files</td><td>>

from docker_base_images.

github-actions avatar github-actions commented on August 23, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

from docker_base_images.

github-actions avatar github-actions commented on August 23, 2024

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

from docker_base_images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.