From 493acc317e3bc73a46bbda2a81eed20d270697ca Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 2 Jun 2022 20:08:02 +0000 Subject: [PATCH] commit 1eb49849a94be60c980a9e7a79bd544abe63d322 Author: Robert Kaussow Date: Thu Jun 2 22:05:53 2022 +0200 docs: add privileged flag to usage example --- content/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 442649f..07de9d9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,7 +24,7 @@ The tags follow the major version of Docker, e.g. `19`, the minor and patch part ## Usage {{< hint type=important >}} -Be aware that the this plugin requires privileged capabilities, otherwise the integrated Docker daemon is not able to start. +Be aware that the this plugin requires [privileged](https://docs.drone.io/pipeline/docker/syntax/steps/#privileged-mode) capabilities, otherwise the integrated Docker daemon is not able to start. {{< /hint >}} ```YAML @@ -34,6 +34,7 @@ name: default steps: - name: docker image: thegeeklab/drone-docker + privileged: true settings: username: octocat password: secure