Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created January 1, 2018 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashphy/0bd0ecf494048647c0b946e06b4f07c8 to your computer and use it in GitHub Desktop.
Save ashphy/0bd0ecf494048647c0b946e06b4f07c8 to your computer and use it in GitHub Desktop.
ARM drone agent
version: '2'
services:
drone-agent:
image: drone/agent:linux-arm
command: agent
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DRONE_SERVER=127.0.0.1:9000
- DRONE_SECRET=00e40bfb287a0a553c80297a
- DOCKER_ARCH=arm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment