Podman v4.8-RC1
by Ashley Cui
Hi all,
A new pre-release, Podman v4.8.0-rc1 is now available.
This includes a bunch of new features, including the HyperV provider for
Podman machine. The release also includes over 20 bugfixes.
Check out the pre-release page, let us know how we're doing, and stay tuned
for the full release.
https://github.com/containers/podman/releases/tag/v4.8.0-rc1
Thanks!
--
Ashley Cui
1 year, 8 months
Container start order in pod
by Михаил Иванов
Greetings!
I want to create a pod, containers of which depend on the order
in which they are started. When the pod is created the order is
defined by container run commands. But what will happen when I stop
the pod with 'pod stop' command and then start it up using 'pod start'
again? What will be the order of containers startup?
And another issue: if I run the container with --restart=on-failure,
will it be working as expected inside a pod?
Best regards,
--
Michael Ivanov
1 year, 9 months