milvus/ci/pod_containers/publish-docker.yaml
JinHai-CN aece3eb1e1 Add CI back
Former-commit-id: 51725a23f47d8432c1ee8f4d15bd5a6994c6f38e
2019-10-15 19:24:55 +08:00

23 lines
429 B
YAML

apiVersion: v1
kind: Pod
metadata:
labels:
app: publish
componet: docker
spec:
containers:
- name: publish-docker
image: registry.zilliz.com/library/zilliz_docker:v1.0.0
securityContext:
privileged: true
command:
- cat
tty: true
volumeMounts:
- name: docker-sock
mountPath: /var/run/docker.sock
volumes:
- name: docker-sock
hostPath:
path: /var/run/docker.sock