[Podman] Re: Podman for Android
by Mehdi Haghgoo
Thanks Paul,
The linked gist in that issue for running Docker on Android is very insightful.
The bottom line send to be that we'll need a custom kernel compiled for it. If it then works with Docker, it should do with Podman as well.
On Thu, May 4, 2023 at 11:46, Paul Holzinger<pholzing(a)redhat.com> wrote: _______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
2 years
[Podman] Re: exec - shell functions ?
by Valentin Rothberg
On Sun, Jun 18, 2023 at 10:59 AM lejeczek via Podman <podman(a)lists.podman.io>
wrote:
> Hi guys.
>
> How do you 'exec' your container shell functions without going into shell
> interactively?
>
You can run, for instance, `podman exec $container -s "$functions"`.
> many thanks, L.
> _______________________________________________
> Podman mailing list -- podman(a)lists.podman.io
> To unsubscribe send an email to podman-leave(a)lists.podman.io
>
1 year, 11 months
[Podman] Re: Generate quadlet unit files with podman
by Mehdi Haghgoo
Thanks Valentin,
Can we keep using podman generate systemd or that will be removed soon?
On Wed, Oct 11, 2023 at 18:56, Valentin Rothberg<vrothberg(a)redhat.com> wrote: _______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
1 year, 7 months
[Podman] Re: Container health check from another container
by Valentin Rothberg
Thanks for reaching out, Michael.
On Tue, Nov 21, 2023 at 9:45 AM Михаил Иванов <ivans(a)isle.spb.ru> wrote:
> Hi, is it possible to run health check on a container from another container in same pod?
>
>
The answer is probably no, but I want to make sure to understand your use
case. Can you elaborate on it in more detail?
> --
>
> Michael Ivanov
>
> _______________________________________________
> Podman mailing list -- podman(a)lists.podman.io
> To unsubscribe send an email to podman-leave(a)lists.podman.io
>
1 year, 6 months
[Podman] Re: Container health check from another container
by Александр Илюшкин
For example, you can define a custom /health API for this.
In this API you can call and process health results from another hosts you
are integrating with.
С уважением, А. И.
вт, 21 нояб. 2023 г., 11:45 Михаил Иванов <ivans(a)isle.spb.ru>:
> Hi, is it possible to run health check on a container from another container in same pod?
>
> --
>
> Michael Ivanov
>
> _______________________________________________
> Podman mailing list -- podman(a)lists.podman.io
> To unsubscribe send an email to podman-leave(a)lists.podman.io
>
1 year, 6 months
[Podman] Re: Generate quadlet unit files with podman
by Valentin Rothberg
Thanks for reaching out, Mehdi.
Please refer to the upstream discussion:
https://github.com/containers/podman/discussions/20218#discussioncomment-...
On Wed, Oct 11, 2023 at 5:20 PM Mehdi Haghgoo via Podman <
podman(a)lists.podman.io> wrote:
> What I have learned from docs so far is that podman cannot generate
> quadlet unit files, and those need to be written manually. Isn't this
> inconvenient?
> I prefer the former " generate aystemd" but it's deprecated.
>
> Am I wrong?
> _______________________________________________
> Podman mailing list -- podman(a)lists.podman.io
> To unsubscribe send an email to podman-leave(a)lists.podman.io
>
1 year, 7 months