Compare commits

..

No commits in common. "roysc/containerd-image-store" and "main" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -40,7 +40,6 @@ COPY modprobe start-docker.sh entrypoint.sh /usr/local/bin/
COPY supervisor/ /etc/supervisor/conf.d/
COPY logger.sh /opt/bash-utils/logger.sh
COPY cgroup-helper.sh /opt/bash-utils/cgroup-helper.sh
COPY task-executor-docker-daemon.json /etc/docker/daemon.json
RUN chmod +x /usr/local/bin/start-docker.sh \
/usr/local/bin/entrypoint.sh \

View File

@ -1,5 +0,0 @@
{
"features": {
"containerd-snapshotter": true
}
}