diff --git a/etc/docker/daemon.json b/etc/docker/daemon.json new file mode 100644 index 0000000..30169b3 --- /dev/null +++ b/etc/docker/daemon.json @@ -0,0 +1,12 @@ +{ + "default-runtime": "runsc-systrap", + "runtimes": { + "runsc-systrap": { + "path": "/usr/local/bin/runsc", + "runtimeArgs": [ + "--platform=systrap", + "--network=host" + ] + } + } +}