killer0071234 / cybroscgiserver.docker

docker container for running the cybrotech scgi server in the docker envornmental
MIT License
0 stars 1 forks source link

executable file not found in $PATH": unknown. #5

Open eye2web opened 1 year ago

eye2web commented 1 year ago

Starting the latest container using the command in the readme file returns the following error:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"-p\": executable file not found in $PATH": unknown.

killer0071234 commented 1 year ago

Starting the latest container using the command in the readme file returns the following error:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: "-p": executable file not found in $PATH": unknown.

Could you try to run the container with the following command?

docker run -p 4000:4000/tcp -p 4080:80/tcp -p 8442:8442/udp killer007/cybroscgiserver:latest

According to this entry docker: executable file not found in $PATH the container name must be at the end.