|
@@ -34,12 +34,10 @@ import (
|
|
"syscall"
|
|
"syscall"
|
|
)
|
|
)
|
|
|
|
|
|
-
|
|
|
|
type Change struct {
|
|
type Change struct {
|
|
archive.Change
|
|
archive.Change
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
// Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
|
|
// Compare two Config struct. Do not compare the "Image" nor "Hostname" fields
|
|
// If OpenStdin is set, then it differs
|
|
// If OpenStdin is set, then it differs
|
|
func CompareConfig(a, b *Config) bool {
|
|
func CompareConfig(a, b *Config) bool {
|