update incorrect comments of CheckpointList

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 98ffe52fbc953ec2fce0d3b6c3b2405188b96cd5
Component: engine
This commit is contained in:
allencloud
2017-02-04 00:41:35 +08:00
parent cfc078d90b
commit 0cda3fd8df

View File

@ -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