Files
docker-cli/cli/command
Djordje Lukic ab35e3fac3 Handle relative source mounts
With this change it is now possible to give a relative path to the --volume and
--mount flags.

$ docker run --mount type=bind,source=./,target=/test ...

$ docker run -v .:/test ...

Fixes #1203

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2022-03-14 15:18:48 +01:00
..
2022-03-14 15:18:48 +01:00
2022-03-04 14:45:33 +01:00
2017-09-01 19:41:06 -04:00