mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
c4e7c5f854
* added minikube and docker support Signed-off-by: Ved Ratan <vedratan8@gmail.com> * added docs Signed-off-by: Ved Ratan <vedratan8@gmail.com> --------- Signed-off-by: Ved Ratan <vedratan8@gmail.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
10 lines
No EOL
399 B
JSON
10 lines
No EOL
399 B
JSON
// See https://containers.dev/implementors/json_reference/ for configuration reference
|
|
{
|
|
"name": "Kyverno",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"remoteUser": "root",
|
|
"mounts": ["source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"],
|
|
"runArgs": ["--privileged", "--network=host", "-p", "22:22", "-p", "80:80", "-p", "2375:2375", "-p", "8443:8443"]
|
|
} |