mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 03:23:34 +00:00
sync new and updated containers to cluster store, no deletion yet
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package container
|
||||
|
||||
import "github.com/docker/docker/api/types"
|
||||
|
||||
type Container struct {
|
||||
types.Container
|
||||
}
|
||||
|
||||
// TODO: implement health related methods.
|
||||
Reference in New Issue
Block a user