allencloud
|
6df46463a9
|
support docker node ps multiNodes
Signed-off-by: allencloud <allen.sun@daocloud.io>
|
2016-09-10 02:52:48 +08:00 |
Daniel Nephin
|
0cf85349f3
|
Move image trust related cli methods into the image package.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-09 10:50:16 -04:00 |
Daniel Nephin
|
e2f7387906
|
Fix a test that expects whitespace at the end of the line.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-08 15:50:14 -04:00 |
Daniel Nephin
|
8f3e3fb6e5
|
Replace api/client imports with cli/command in experimental files.
Using
git grep -l 'client\.DockerCli' cli/command/stack/ | xargs sed -i -e 's/client\.DockerCli/command\.Dockercli/g'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-08 15:46:48 -04:00 |
Daniel Nephin
|
3bd1eb4b76
|
Move api/client -> cli/command
Using
gomvpkg
-from github.com/docker/docker/api/client
-to github.com/docker/docker/cli/command
-vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-08 15:46:29 -04:00 |