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 a5dcbe7 commit 39f2469Copy full SHA for 39f2469
1 file changed
infra/scripts/ide/tools.sh
@@ -139,15 +139,15 @@ install_container_tools() {
139
sudo tar -C /usr/local/bin -xf soci-snapshotter-$SOCI_VERSION-linux-${ARCH_K8S}.tar.gz soci soci-snapshotter-grpc
140
rm soci-snapshotter-$SOCI_VERSION-linux-${ARCH_K8S}.tar.gz
141
142
- sudo tee /etc/docker/daemon.json >/dev/null << EOF
143
-{
144
- "experimental": true,
145
- "features": {
146
- "containerd-snapshotter": true
147
- }
148
-}
149
-EOF
150
- sudo systemctl restart docker
+# sudo tee /etc/docker/daemon.json >/dev/null << EOF
+# {
+# "experimental": true,
+# "features": {
+# "containerd-snapshotter": true
+# }
+# EOF
+# sudo systemctl restart docker
151
}
152
153
install_utilities() {
0 commit comments