Use containerd-snapshotter image store in task executor #78

Open
roysc wants to merge 1 commits from roysc/containerd-image-store into main
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@ 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

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