golang.org/x/playground@v0.0.0-20230418134305-14ebe15bcd59/sandbox/konlet.yaml (about) 1 spec: 2 containers: 3 - name: playground 4 image: 'gcr.io/PROJECT_NAME/playground-sandbox:latest' 5 volumeMounts: 6 - name: dockersock 7 mountPath: /var/run/docker.sock 8 securityContext: 9 privileged: true 10 stdin: false 11 tty: true 12 restartPolicy: Always 13 volumes: 14 - name: dockersock 15 hostPath: 16 path: /var/run/docker.sock