From 0cda3fd8df97af2a9ed386df36d05bb3be9e8d35 Mon Sep 17 00:00:00 2001 From: allencloud Date: Sat, 4 Feb 2017 00:41:35 +0800 Subject: [PATCH] update incorrect comments of CheckpointList Signed-off-by: allencloud Upstream-commit: 98ffe52fbc953ec2fce0d3b6c3b2405188b96cd5 Component: engine --- components/engine/client/checkpoint_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/client/checkpoint_list.go b/components/engine/client/checkpoint_list.go index 97f2badf76..ffe44bc976 100644 --- a/components/engine/client/checkpoint_list.go +++ b/components/engine/client/checkpoint_list.go @@ -9,7 +9,7 @@ import ( "golang.org/x/net/context" ) -// CheckpointList returns the volumes configured in the docker host. +// CheckpointList returns the checkpoints of the given container in the docker host func (cli *Client) CheckpointList(ctx context.Context, container string, options types.CheckpointListOptions) ([]types.Checkpoint, error) { var checkpoints []types.Checkpoint