Created
May 17, 2020 22:17
-
-
Save ksmarty/e274169f8ad61663b0bc9f0b0cc49f31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run -d \ | |
-v /var/run/docker.sock:/var/run/docker.sock \ | |
-e DRONE_RPC_PROTO=http \ | |
-e DRONE_RPC_HOST= \ | |
-e DRONE_RPC_SECRET= \ | |
-e DRONE_RUNNER_CAPACITY=2 \ | |
-e DRONE_RUNNER_NAME=${HOSTNAME} \ | |
-p 3000:3000 \ | |
--restart always \ | |
--name runner \ | |
drone/drone-runner-docker:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment