mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(snapshots): change the snapshot object to maintain backwards compatibility EE-5240 (#8705)
This commit is contained in:
parent
30248eabb4
commit
3635df89dc
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ type (
|
||||||
// It contains some information of Docker's ContainerJSON struct
|
// It contains some information of Docker's ContainerJSON struct
|
||||||
DockerContainerSnapshot struct {
|
DockerContainerSnapshot struct {
|
||||||
types.Container
|
types.Container
|
||||||
Env []string `json:"Env"`
|
Env []string `json:"Env,omitempty"` // EE-5240
|
||||||
}
|
}
|
||||||
|
|
||||||
// DockerSnapshotRaw represents all the information related to a snapshot as returned by the Docker API
|
// DockerSnapshotRaw represents all the information related to a snapshot as returned by the Docker API
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue