ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Fixes argument for mounting volumes. #115

Closed hlapp closed 9 years ago

hlapp commented 9 years ago

Perhaps this is a difference between OSs or systems, but for me the argument --volumes results in an error. It needs to be --volume= for mounting host directories, at least on MacOSX.

cboettig commented 9 years ago

whoops, it should be --volume. I've actually dropped this example in the version I just pushed, since I figured docker cp was probably more robust than sharing volumes; but it sounds like --volume is working fine for you. Anyway, see my earlier comments on what to do about the Docker approach in general. having too many different ways to do the same thing is just confusing, but I'm not sure which one to choose.