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

Update vendor

This commit is contained in:
Darren Shepherd
2016-05-31 18:12:52 -07:00
parent 410dfbe0fd
commit a14846152b
1253 changed files with 222820 additions and 15054 deletions

View File

@@ -93,7 +93,8 @@ func startDocker(cfg *config.CloudConfig) error {
cmd = append(cmd, args...)
log.Infof("Running %v", cmd)
resp, err := client.ContainerExecCreate(context.Background(), storageContext, types.ExecConfig{
resp, err := client.ContainerExecCreate(context.Background(), types.ExecConfig{
Container: storageContext,
Privileged: true,
AttachStdin: true,
AttachStderr: true,