mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
15 lines
263 B
YAML
15 lines
263 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: pod-with-docker-sock-mount
|
|
spec:
|
|
containers:
|
|
- name: myshell
|
|
image: "ubuntu:18.04"
|
|
command:
|
|
- /bin/sleep
|
|
- "300"
|
|
volumes:
|
|
- name: dockersock
|
|
hostPath:
|
|
path: /var/run/docker.sock
|