virli/tutorial/devops/tools-drone-runner-cmd.md

450 B

Voici à quoi pourrait ressembler la ligne de commande démarrant notre agent Drone :

```shell docker container run --name droneci-runner -d \ -v /var/run/docker.sock:/var/run/docker.sock --network drone \ -e DRONE_RPC_PROTO=http -e DRONE_RPC_HOST=droneci -e DRONE_RPC_SECRET \ -e DRONE_RUNNER_CAPACITY=2 -e DRONE_RUNNER_NAME=my-runner -e DRONE_RUNNER_NETWORKS=drone,gitea \ drone/drone-runner-docker:1 ```