You must login to view /lordwelch/podman-static/src/commit/6167f38c5761b9541170901f04cfd0b0f4f5f197.
The GitHub option should be usable for most people, it only links via username.

Files
podman-static/conf/containers/policy.json
Max Goltzsche 4ba1329988 Build rootless image and export tar archive.
* rootless image contains only binaries needed for rootless operations and crun.
* the tar archive contains all binaries and meant to be used for quick installation on any linux-amd64 host.
2020-12-24 01:12:44 +01:00

15 lines
256 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}