1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Add tty and half way broken state handling

This commit is contained in:
Darren Shepherd
2015-02-16 16:38:49 -07:00
parent 3ab1f76ef0
commit 925a847ccc
11 changed files with 96 additions and 70 deletions

View File

@@ -142,6 +142,10 @@ func (c *Container) Start() *Container {
return c.start(false)
}
func (c *Container) StartAndWait() *Container {
return c.start(true)
}
func (c *Container) Stage() *Container {
c.Parse()