Skip to content

Instantly share code, notes, and snippets.

@ET-Chan
Created April 28, 2020 16:38
Show Gist options
  • Select an option

  • Save ET-Chan/6a5ccae41f39bf081dacb3953fa51b96 to your computer and use it in GitHub Desktop.

Select an option

Save ET-Chan/6a5ccae41f39bf081dacb3953fa51b96 to your computer and use it in GitHub Desktop.
dind pod for k8s
apiVersion: v1
kind: Pod
metadata:
name: iat-dind
spec:
containers:
- name: iat-dind
image: docker:19.03-dind
securityContext:
privileged: true
env:
- name: DOCKER_TLS_CERTDIR
value: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment