When using docker option --mount the target folder is seen as not absolute, while there is no issue when using -v
问题 I am playing around with docker and ran into an issue when mounting docker volumes with --mount instead of -v. It appears to me that the error popping up is not valid, but probably I am missing a small detail here. The path to which I want bind the created image in the container is seen as not absolute in the --mount scenario. I am running Docker on a windows 10 machine I pulled the jenkins/jenkins:lts image and want to spin up 2 containers that use the same configuration. As said before I