Closed davidhole closed 8 months ago
Thank you! That's interesting, as it has worked correctly on my tests on Linux and Windows with the latest Docker version.
What version of Docker are you using?
I don't mind using the full path if it improves compatibility with other Docker versions.
You're right, looks like I was using an old version installed through Homebrew
and not the client from Docker Desktop, working well after an update :)
Do you know the version you were using? Depending how old it was it might be worth adding the full path. As you said, it should be the same behavior.
@davidmartos96 It was quite old, version 20. I think it's probably safe to leave as is :)
Passing the current directory (
.
) as a docker volume brings up an error on macos. As the working directory is set in theProcess.run
call, passing it through again in thedocker run
command has the same effect but works on mac os.