mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update crio
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
5e814a042c
commit
16ba4698d8
|
@ -110,5 +110,6 @@ RUN buildDeps=' \
|
||||||
&& apt-get purge -y --auto-remove $buildDeps
|
&& apt-get purge -y --auto-remove $buildDeps
|
||||||
|
|
||||||
COPY net.d /etc/cni/net.d
|
COPY net.d /etc/cni/net.d
|
||||||
|
COPY policy.json /etc/containers/policy.json
|
||||||
|
|
||||||
CMD [ "crio" ]
|
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"}] } }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user