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 992121d commit 53a06e8Copy full SHA for 53a06e8
e2e/testdata/Dockerfile.connhelper-ssh
@@ -21,3 +21,7 @@ COPY ./connhelper-ssh/entrypoint.sh /
21
EXPOSE 22
22
ENTRYPOINT ["/entrypoint.sh"]
23
# usage: docker run --privileged -e TEST_CONNHELPER_SSH_ID_RSA_PUB=$(cat ~/.ssh/id_rsa.pub) -p 22 $THIS_IMAGE
24
+
25
+RUN mkdir -p /etc/docker \
26
+ && echo '{"features": {"containerd-snapshotter": false}}' > /etc/docker/daemon.json
27
0 commit comments