Skip to content

Commit

Permalink
bugfix: not save ExecIds to meta.json file
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wan <[email protected]>
  • Loading branch information
HusterWan authored and fuweid committed Mar 28, 2019
1 parent 8121cd1 commit cc4be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/mgr/container_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ type Container struct {
Driver string `json:"Driver,omitempty"`

// exec ids
ExecIds []string `json:"ExecIDs,omitempty"`
ExecIds []string `json:"-"`

// Snapshotter, GraphDriver is same, keep both
// just for compatibility
Expand Down

0 comments on commit cc4be95

Please sign in to comment.