update cadvisor, docker, and runc godeps
This commit is contained in:
4
vendor/github.com/opencontainers/runc/libcontainer/console_windows.go
generated
vendored
4
vendor/github.com/opencontainers/runc/libcontainer/console_windows.go
generated
vendored
@@ -1,7 +1,7 @@
|
||||
package libcontainer
|
||||
|
||||
// NewConsole returns an initalized console that can be used within a container
|
||||
func NewConsole(uid, gid int) (Console, error) {
|
||||
// newConsole returns an initialized console that can be used within a container
|
||||
func newConsole() (Console, error) {
|
||||
return &windowsConsole{}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user