Signed-off-by: allencloud <allen.sun@daocloud.io>
| ... | ... |
@@ -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 |
|