Merge pull request #30718 from allencloud/update-incorrect-comments-of-checkpoint

update incorrect comments of CheckpointList
Upstream-commit: 73e218c965ba903137764c117331b99b8682b541
Component: engine
This commit is contained in:
Alexander Morozov
2017-02-03 11:22:30 -08:00
committed by GitHub

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