blob: 1f4245692d484f24eab599154d2a138347b566b4 [file] [log] [blame]
spec:
containers:
- name: playground
image: 'gcr.io/PROJECT_NAME/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