Skip to content

Commit cc4be95

Browse files
HusterWanfuweid
authored andcommitted
bugfix: not save ExecIds to meta.json file
Signed-off-by: Michael Wan <[email protected]>
1 parent 8121cd1 commit cc4be95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/mgr/container_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ type Container struct {
192192
Driver string `json:"Driver,omitempty"`
193193

194194
// exec ids
195-
ExecIds []string `json:"ExecIDs,omitempty"`
195+
ExecIds []string `json:"-"`
196196

197197
// Snapshotter, GraphDriver is same, keep both
198198
// just for compatibility

0 commit comments

Comments
 (0)