mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Update vendor
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user