Skip to content

Commit 39f2469

Browse files
author
Yuriy Bezsonov
committed
chore(infra): comment out Docker daemon configuration in IDE tools setup
1 parent a5dcbe7 commit 39f2469

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

infra/scripts/ide/tools.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ install_container_tools() {
139139
sudo tar -C /usr/local/bin -xf soci-snapshotter-$SOCI_VERSION-linux-${ARCH_K8S}.tar.gz soci soci-snapshotter-grpc
140140
rm soci-snapshotter-$SOCI_VERSION-linux-${ARCH_K8S}.tar.gz
141141

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
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
151151
}
152152

153153
install_utilities() {

0 commit comments

Comments
 (0)