0

I have a container that I am working on. The container was running perfectly fine before, I was able to do a docker-compose --build and it rebuilt without any issues. I went ahead and upgraded my docker desktop on my Mac to version 4.8.1(78998), container was running and it restarted the container. I was able to down the container and start it back up without any issues. The problem is that when I attempt to rebuild the container

"docker-compose up -d --build"

I get the following error message:

ERROR: for secure_upload Cannot start service python: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "uwsgi": executable file not found in $PATH: unknown

ERROR: for python Cannot start service python: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "uwsgi": executable file not found in $PATH: unknown ERROR: Encountered errors while bringing up the project.

user2236794
  • 441
  • 3
  • 7
  • 22

1 Answers1

0

I removed the container completly and deleted the image. I then started it and it rebuilt without any issues. I guess somehow the image got corrupt.

user2236794
  • 441
  • 3
  • 7
  • 22