sync new and updated containers to cluster store, no deletion yet

This commit is contained in:
Pavel Sviderski
2024-11-19 16:06:16 +10:00
parent bf10b21da5
commit b4c2ec3a2a
8 changed files with 107 additions and 22 deletions
@@ -0,0 +1,9 @@
package container
import "github.com/docker/docker/api/types"
type Container struct {
types.Container
}
// TODO: implement health related methods.