Closed martincarlin87 closed 5 years ago
You are mounting ~/entwine
to /entwine
within the docker container. Entwine will run from within this docker container so you will need to adjust your command accordingly:
docker run -it -v ~/entwine:/entwine connormanning/entwine build \
-i /entwine/test.laz \
-o /entwine/test
(The ~
is removed from the paths)
ah, knew it would be something silly.
Thank you very much for your help @chrislcs - much appreciated.
Cheers, Martin
Hi,
I am trying to run the following docker command:
but I receive this error:
The
test.laz
is in the~/entwine
directory:Any ideas on what I am doing wrong?
I also tried this from reading other issues but that didn't work either I'm afraid.