Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/libcompose/project/container.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/libcompose/project/container.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package project
|
||||
|
||||
// Container defines what a libcompose container provides.
|
||||
type Container interface {
|
||||
ID() (string, error)
|
||||
Name() string
|
||||
Port(port string) (string, error)
|
||||
IsRunning() (bool, error)
|
||||
}
|
||||
Reference in New Issue
Block a user