mirror of
https://github.com/Cian-H/pinp_test.git
synced 2025-12-22 20:21:58 +00:00
Switch to runc as runtime
This commit is contained in:
@@ -4,7 +4,7 @@ COPY ./entrypoint.sh /entrypoint.sh
|
|||||||
COPY ./inner/ /inner/
|
COPY ./inner/ /inner/
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add iptables openrc podman podman-openrc && \
|
apk add iptables openrc podman podman-openrc runc && \
|
||||||
printf "[storage]\ndriver = \"vfs\"\n" > /etc/containers/storage.conf && \
|
printf "[storage]\ndriver = \"vfs\"\n" > /etc/containers/storage.conf && \
|
||||||
chmod +x /entrypoint.sh
|
chmod +x /entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user