Use containerd-snapshotter image store in task executor #78
@ -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 \
|
||||
|
||||
5
act-runner/task-executor-docker-daemon.json
Normal file
5
act-runner/task-executor-docker-daemon.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"features": {
|
||||
"containerd-snapshotter": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user