Daniel Nephin
|
e05fa5de48
|
Remove cli/command/credentials
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-09 15:50:01 -04:00 |
|
Daniel Nephin
|
5d335fbda7
|
Remove RetrieveAuthConfigs
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-09-09 15:50:01 -04:00 |
|
Phil Estes
|
cf58eb437c
|
Merge pull request #22049 from boucher/docker-checkpoint-restore
Implement containerd API for checkpoints
|
2016-09-09 13:36:55 -04:00 |
|
boucher
|
67f607a02f
|
Update checkpoint comments to be more accurate
Signed-off-by: boucher <rboucher@gmail.com>
|
2016-09-09 12:13:46 -04:00 |
|
Daniel Nephin
|
e7c9694d76
|
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 |
|
boucher
|
cb0ad4258b
|
Fix typo
Signed-off-by: boucher <rboucher@gmail.com>
|
2016-09-08 21:31:56 -04:00 |
|
boucher
|
d8fef66b03
|
Initial implementation of containerd Checkpoint API.
Signed-off-by: boucher <rboucher@gmail.com>
|
2016-09-08 21:31:52 -04:00 |
|
Daniel Nephin
|
485881b038
|
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
|
9c2b935812
|
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
|
0640a14b4f
|
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 |
|