Files
docker-cli/opts
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
..
2019-03-19 03:17:02 +01:00
2019-03-21 20:14:25 +00:00
2017-05-15 11:57:15 +02:00
2017-05-15 11:57:19 +02:00
2022-03-14 15:18:48 +01:00
2022-03-14 15:18:48 +01:00
2022-02-03 10:38:05 +01:00
2017-06-14 16:54:27 -07:00
2020-09-10 11:56:27 +02:00