소스 검색

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

update incorrect comments of CheckpointList
Alexander Morozov 8 년 전
부모
커밋
73e218c965
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/checkpoint_list.go

+ 1 - 1
client/checkpoint_list.go

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