Browse Source

docker

master
zhipeng.hu 1 year ago
parent
commit
4490c2fc16
  1. 2
      .drone.yml

2
.drone.yml

@ -30,8 +30,6 @@ steps:
registry: https://registry.cn-hangzhou.aliyuncs.com registry: https://registry.cn-hangzhou.aliyuncs.com
tags: ${DRONE_BUILD_NUMBER} tags: ${DRONE_BUILD_NUMBER}
commands: commands:
- /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock
- /usr/local/bin/docker ps
- name: rancher-push - name: rancher-push
image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:23 # 直接用busybox image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:23 # 直接用busybox

Loading…
Cancel
Save