delete removed Docker containers from store, sync only uncloud labeled

This commit is contained in:
Pavel Sviderski
2024-11-19 19:38:11 +10:00
parent 3c1d2201ce
commit e851f25b12
3 changed files with 56 additions and 20 deletions
@@ -2,6 +2,11 @@ package container
import "github.com/docker/docker/api/types"
const (
LabelServiceID = "uncloud.service.id"
LabelServiceName = "uncloud.service.name"
)
type Container struct {
types.Container
}