We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9028cb5 commit 4d02eefCopy full SHA for 4d02eef
sandbox/cloud-init.yaml
@@ -12,6 +12,6 @@ write_files:
12
}
13
14
runcmd:
15
-- curl -L -o /var/lib/docker/runsc https://storage.googleapis.com/go-builder-data/runsc-1.0.1
+- curl -L -o /var/lib/docker/runsc https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc
16
- chmod +x /var/lib/docker/runsc
17
- systemctl reload docker.service
0 commit comments