Compare commits
1 Commits
main
...
roysc/cont
| Author | SHA1 | Date | |
|---|---|---|---|
| b9d6d0d0f2 |
@ -40,6 +40,7 @@ COPY modprobe start-docker.sh entrypoint.sh /usr/local/bin/
|
|||||||
COPY supervisor/ /etc/supervisor/conf.d/
|
COPY supervisor/ /etc/supervisor/conf.d/
|
||||||
COPY logger.sh /opt/bash-utils/logger.sh
|
COPY logger.sh /opt/bash-utils/logger.sh
|
||||||
COPY cgroup-helper.sh /opt/bash-utils/cgroup-helper.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 \
|
RUN chmod +x /usr/local/bin/start-docker.sh \
|
||||||
/usr/local/bin/entrypoint.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