aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/containers/policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/containers/policy.json')
-rw-r--r--dot_config/containers/policy.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/dot_config/containers/policy.json b/dot_config/containers/policy.json
new file mode 100644
index 0000000..d8c638a
--- /dev/null
+++ b/dot_config/containers/policy.json
@@ -0,0 +1,16 @@
+{
+ "default": [
+ {
+ "type": "insecureAcceptAnything"
+ }
+ ],
+ "transports": {
+ "docker-daemon": {
+ "": [
+ {
+ "type": "insecureAcceptAnything"
+ }
+ ]
+ }
+ }
+}