mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Podman (POD manager) is an open source tool for developing, managing, and running containers on your Linux systems. Based on work by Christian Stewart and Nathaniel Husted. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
15 lines
174 B
JSON
15 lines
174 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
],
|
|
"transports":
|
|
{
|
|
"docker-daemon":
|
|
{
|
|
"": [{"type":"insecureAcceptAnything"}]
|
|
}
|
|
}
|
|
}
|