blob: 2850af34f60716f161a5ffa269a1658d605c5b1c [file] [log] [blame]
spec:
containers:
- name: playground
image: 'gcr.io/PROJECT_NAME/gvisor-playground-sandbox:latest'
volumeMounts:
- name: dockersock
mountPath: /var/run/docker.sock
securityContext:
privileged: true
stdin: false
tty: true
restartPolicy: Always
volumes:
- name: dockersock
hostPath:
path: /var/run/docker.sock