Browse code

update incorrect comments of CheckpointList

Signed-off-by: allencloud <allen.sun@daocloud.io>

allencloud authored on 2017/02/04 01:41:35
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ import (
9 9
 	"golang.org/x/net/context"
10 10
 )
11 11
 
12
-// CheckpointList returns the volumes configured in the docker host.
12
+// CheckpointList returns the checkpoints of the given container in the docker host
13 13
 func (cli *Client) CheckpointList(ctx context.Context, container string, options types.CheckpointListOptions) ([]types.Checkpoint, error) {
14 14
 	var checkpoints []types.Checkpoint
15 15