You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this out when looking at the entrypoints displayed for each image in Cockpit. /bin/sh was used in the podman build image, while /bin/bash was used for the original image.
Hopefully this saves someone some time. If anyone has a better way of doing this, please share!
The text was updated successfully, but these errors were encountered:
The following error is spammed over and over when using
podman-compose
with a docker-compose.yaml on custom image built withpodman build
:The solve was adding the following to docker-compose.yaml before running
podman-compose
:Found this out when looking at the entrypoints displayed for each image in Cockpit. /bin/sh was used in the
podman build
image, while /bin/bash was used for the original image.Hopefully this saves someone some time. If anyone has a better way of doing this, please share!
The text was updated successfully, but these errors were encountered: