Re-implement ContainerInspect call in Wings to use more performant json encoder (#119)
* First pass at re-implementing the Docker inspect call to use more efficient json parser * Improve logic
This commit is contained in:
@@ -75,6 +75,8 @@ type DockerConfiguration struct {
|
||||
// Overhead controls the memory overhead given to all containers to circumvent certain
|
||||
// software such as the JVM not staying below the maximum memory limit.
|
||||
Overhead Overhead `json:"overhead" yaml:"overhead"`
|
||||
|
||||
UsePerformantInspect bool `default:"true" json:"use_performant_inspect" yaml:"use_performant_inspect"`
|
||||
}
|
||||
|
||||
// RegistryConfiguration defines the authentication credentials for a given
|
||||
|
||||
Reference in New Issue
Block a user