mirror of https://github.com/docker/cli.git
update incorrect comments of CheckpointList
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
ba79205e30
commit
9d18236794
|
@ -9,7 +9,7 @@ import (
|
||||||
"golang.org/x/net/context"
|
"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) {
|
func (cli *Client) CheckpointList(ctx context.Context, container string, options types.CheckpointListOptions) ([]types.Checkpoint, error) {
|
||||||
var checkpoints []types.Checkpoint
|
var checkpoints []types.Checkpoint
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue