zlskidmore / docker-lumpy

Docker image instructions for Lumpy
0 stars 0 forks source link

Issues with running the container. #1

Open kghimire09 opened 3 years ago

kghimire09 commented 3 years ago

Hey,

So I pulled your container and tried running it using the command docker run -it zlaskidmore/lumpy and I get and error message: docker:Error message from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "lumpy --help": executable file not found in $PATH: unknown.

Any suggestions to fix it.

Thanks

zlskidmore commented 3 years ago

try

docker run -it zlskidmore/lumpy /bin/bash

I'm not sure what the "best" or standard practice is, but the above is how I run it, I think most if not all the images I made you would want to invoke /bin/bash

kghimire09 commented 3 years ago

It works now. Thank you. I'm assuming it follows the same workflows described on the lumpy's github?

zlskidmore commented 3 years ago

the version here is 0.3.0, the latest is 0.3.1 I think (which I don't have). So yes, I would think it wouldn't have changed much from the minor version change