openshift-examples / web

🚀 Content of examples.openshift.pub
http://examples.openshift.pub
137 stars 83 forks source link

"simple-http-server:micro" container fails to start #20

Closed skraft-redhat closed 1 year ago

skraft-redhat commented 1 year ago

Hello!

When trying to use the "simple-http-server:micro" image, the start fails with the error message:

runc create failed: unable to start container process: exec: \"socat\": executable file not found in $PATH

rbo commented 1 year ago
 podman run -ti --rm quay.io/openshift-examples/simple-http-server:micro
Error: crun: executable file `socat` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found

Ups

rbo commented 1 year ago

Image update - and works as expected.