Healthcheck values don't default to the same as docker #11225
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When spawning containers, it seems podman does not default to the same values as docker, so creation fails.
A concrete example:
Running
docker-compose up
works with docker, but with podman fails:Docker has these defaults for these values:
But apparently
podman
defaults to zero on all of them, so the same as above fails.Steps to reproduce the issue:
yaml
.docker-compose up
I suppose this can also be reproduced using the HTTP API, or the cli drop-in wrapper.
Describe the results you received:
Describe the results you expected:
pod should start fine.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes (latest stable release, not latest
master
).Additional environment details (AWS, VirtualBox, physical, etc.):
Laptop.
The text was updated successfully, but these errors were encountered: