mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -110,5 +110,6 @@ RUN buildDeps=' \
|
||||
&& apt-get purge -y --auto-remove $buildDeps
|
||||
|
||||
COPY net.d /etc/cni/net.d
|
||||
COPY policy.json /etc/containers/policy.json
|
||||
|
||||
CMD [ "crio" ]
|
||||
|
||||
4
crio/policy.json
Normal file
4
crio/policy.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"default": [{"type": "insecureAcceptAnything"}],
|
||||
"transports": { "docker-daemon": { "": [{"type":"insecureAcceptAnything"}] } }
|
||||
}
|
||||
Reference in New Issue
Block a user