open-nomad/drivers
Mahmood Ali 0ee771b020 driver/docker: Support `volumes` field in Windows
Support Docker `volumes` field in Windows.  Previously, volumes parser
assumed some Unix-ism (e.g. didn't expect `:` in mount paths).
Here, we use the Docker parser to identify host and container paths.

Docker parsers use different validation logic from our previous unix
implementation: Docker parser accepts single path as a volume entry
(parsing it as a container path with auto-created volume) and enforces
additional checks (e.g. validity of mode).  Thereforce, I opted to use
Docker parser only for Windows, and keep Nomad's linux parser to
preserve current behavior.
2019-04-25 09:02:44 -04:00
..
docker driver/docker: Support `volumes` field in Windows 2019-04-25 09:02:44 -04:00
exec clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
java clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
mock rename fifo methods for clarity 2019-04-01 16:52:58 -04:00
qemu Merge pull request #5341 from hashicorp/ci-windows-docker 2019-02-21 13:17:33 -05:00
rawexec clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
rkt clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
shared comment on using init() for libcontainer handling 2019-04-19 09:49:04 -04:00