update crio

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-28 12:09:21 -04:00
parent 5e814a042c
commit 16ba4698d8
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
{
"default": [{"type": "insecureAcceptAnything"}],
"transports": { "docker-daemon": { "": [{"type":"insecureAcceptAnything"}] } }
}