|
|
b9ca23a598
|
Remove RetrieveAuthConfigs
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: ed55f00674
Component: cli
|
2016-09-09 15:50:01 -04:00 |
|
|
|
e71d793ff1
|
Merge pull request #22049 from boucher/docker-checkpoint-restore
Implement containerd API for checkpoints
Upstream-commit: 5fe882a494
Component: cli
|
2016-09-09 13:36:55 -04:00 |
|
|
|
e0e6966e2d
|
Update checkpoint comments to be more accurate
Signed-off-by: boucher <rboucher@gmail.com>
Upstream-commit: 272868566b
Component: cli
|
2016-09-09 12:13:46 -04:00 |
|
|
|
bea6567477
|
Move image trust related cli methods into the image package.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 0cf85349f3
Component: cli
|
2016-09-09 10:50:16 -04:00 |
|
|
|
46699a2a41
|
Fix typo
Signed-off-by: boucher <rboucher@gmail.com>
Upstream-commit: 9524caa317
Component: cli
|
2016-09-08 21:31:56 -04:00 |
|
|
|
cef9a66721
|
Initial implementation of containerd Checkpoint API.
Signed-off-by: boucher <rboucher@gmail.com>
Upstream-commit: f0647193dc
Component: cli
|
2016-09-08 21:31:52 -04:00 |
|
|
|
b924adb986
|
Fix a test that expects whitespace at the end of the line.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: e2f7387906
Component: cli
|
2016-09-08 15:50:14 -04:00 |
|
|
|
bc178aeaa8
|
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>
Upstream-commit: 8f3e3fb6e5
Component: cli
|
2016-09-08 15:46:48 -04:00 |
|
|
|
964a552e76
|
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>
Upstream-commit: 3bd1eb4b76
Component: cli
|
2016-09-08 15:46:29 -04:00 |
|