Drone agent use drone/drone-runner-docker:1

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/439/head
Kang HuaiShuai 2019-12-09 20:46:21 +08:00
parent fbfab11293
commit 3ba77a7470
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
3 changed files with 3 additions and 4 deletions

View File

@ -16,10 +16,9 @@
Linux Docker Docker 7 ~ 9 10 ~ 13 1415 Docker EtcdCoreOSKubernetesMesos使
* 线[docker-practice.com](https://docker-practice.com/)[GitBook](https://yeasy.gitbooks.io/docker_practice/content/)[Github](https://github.com/yeasy/docker_practice/blob/master/SUMMARY.md)[GitBook 国内镜像](https://docker_practice.gitee.io/zh-cn)[GitBook 英文版国内镜像](https://docker_practice.gitee.io/us-en)[国内镜像](https://github.com/yeasy/docker_practice/wiki/%E9%A1%B9%E7%9B%AE%E5%9B%BD%E5%86%85%E9%95%9C%E5%83%8F), [新版 GitBook](https://gitbook.docker-practice.com/)
* 线[docker-practice.com](https://docker-practice.com/)[GitBook](https://yeasy.gitbooks.io/docker_practice/content/)[Github](https://github.com/yeasy/docker_practice/blob/master/SUMMARY.md)
* [pdf](https://github.com/yeasy/docker_practice/wiki/%E4%B8%8B%E8%BD%BD)[epub](https://github.com/yeasy/docker_practice/wiki/%E4%B8%8B%E8%BD%BD)
* [线 `$ docker run -it --rm -p 4000:80 dockerpracticesig/docker_practice`](https://github.com/yeasy/docker_practice/wiki/%E7%A6%BB%E7%BA%BF%E9%98%85%E8%AF%BB%E5%8A%9F%E8%83%BD%E8%AF%A6%E8%A7%A3)
* [](https://github.com/yeasy/docker_practice/issues/363)
Docker 使 Docker [](CONTRIBUTING.md)

View File

@ -21,7 +21,7 @@ services:
- DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET}
drone-agent:
image: drone/agent:1
image: drone/drone-runner-docker:1
restart: always
depends_on:
- drone-server

View File

@ -48,7 +48,7 @@ services:
- DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET}
drone-agent:
image: drone/agent:1
image: drone/drone-runner-docker:1
restart: always
depends_on:
- drone-server