Files
docker-cli/components/engine/api/client
Yong Tang e2707394d0 Fix issue in docker import -c with quoted flags
This fix tries to address the issue in 26173 where `docker import -c`
with quoted flags returns an error.

The issue was that in `api/client/image/import.go` the flag
`--change/-c` was handled by `StringSliceVarP` which does not handle
the quote well.

The similiar issue was enountered for 23309 (`docker commit`).

This fix takes the same approach as 23309 where `StringSliceVarP`
was replaced with `VarP` and `opts.ListOpts`.

An integration test has been added to cover the changes.

This fix fixes 26173.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: a79a27412d721a042ae96b411ab1b5b926a7d28a
Component: engine
2016-09-01 16:28:22 -07:00
..
2016-08-25 13:09:04 -04:00
2016-06-07 22:38:02 +02:00
2016-08-31 14:18:41 +08:00
2016-08-12 17:00:06 -07:00
2016-08-31 22:39:13 +02:00
2016-08-31 22:39:13 +02:00
2016-08-31 14:18:41 +08:00
2016-08-30 23:07:42 +08:00
2016-08-28 17:01:22 +08:00
2016-06-11 13:16:55 -07:00
2016-06-21 14:15:19 -07:00
2016-07-29 02:10:36 +00:00