Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
Networking: Add extra hosts: redis to the IP retrieved in previous step
The container fails to start with the error:
{"msg":"exec container process (missing dynamic library?) `/entrypoint.sh`: No such file or directory","level":"error","time":"2023-05-09T14:45:55.582751Z"}
Relevant log output
No response
Additional context
On Linux, the container built from the same source starts.
Bug description
On Windows, the container built from podman-desktop-demo/primary-podify-demo/front/ does not start.
Operating system
Windows 10 Professional
Version
next (development version)
Steps to reproduce
Git clone https://github.com/redhat-developer/podman-desktop-demo
Images > Pull an image: quay.io/centos7/redis-5-centos7
Images > quay.io/centos7/redis-5-centos7 > Start: Container name: enter redis
Using inspect tag, get the IP address for the container (NetworkSettings.IPAddress)
Build an image:
History: Verify the
entrypoint.sh
has been added to the image:Start my-python-app:1.0
The container fails to start with the error:
Relevant log output
No response
Additional context
On Linux, the container built from the same source starts.