-
Notifications
You must be signed in to change notification settings - Fork 1
Description
While I was editing the instructions for the python installation, I tried following the docker instructions to be thorough and I could not build the image. I ran docker run --publish 8098:5000 --detach --name submit-plug synbiohub/plugin-submit-excel2sbol:snapshot in the command line and the download and pull processes work fine, but the starting produces the following error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "waitress-serve": executable file not found in $PATH: unknown.
I checked and the path to an executable waitress-serve is in my PATH variable. I haven't used docker in a while, but I was able to build and run test-images. Updating docker made no difference. Are any additional setup steps required or could there be another issue on my end?
The full log of my command line session:
$ docker run --publish 8098:5000 --detach --name submit-plug synbiohub/plugin-submit-excel2sbol:snapshot
Unable to find image 'synbiohub/plugin-submit-excel2sbol:snapshot' locally
snapshot: Pulling from synbiohub/plugin-submit-excel2sbol
df5590a8898b: Pull complete
705bb4cb554e: Pull complete
519df5fceacd: Pull complete
ccc287cbeddc: Pull complete
e3f8e6af58ed: Pull complete
aebed27b2d86: Pull complete
cbad01103bfe: Pull complete
70d3792d870b: Pull complete
98d95f720735: Pull complete
ab931c1dde99: Pull complete
48cef6939d3a: Pull complete
Digest: sha256:6e6edc73a75554d921c77a39c4e9cc6e7328fa7719d5b86ab90db0a583a0b640
Status: Downloaded newer image for synbiohub/plugin-submit-excel2sbol:snapshot
9d61cede727132f61e19affeb90682d06dbaff52a8592f84e2576ea33061367f
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "waitress-serve": executable file not found in $PATH: unknown.