From ff50060a6139e1ddf157326f396ccacc408ba97a Mon Sep 17 00:00:00 2001 From: sthope <sthope@git.sthope> Date: Sat, 4 Sep 2021 20:08:15 +0200 Subject: [PATCH] Update 'drone-ci/README.md' --- drone-ci/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drone-ci/README.md b/drone-ci/README.md index 6e87568..dd14272 100644 --- a/drone-ci/README.md +++ b/drone-ci/README.md @@ -7,7 +7,7 @@ This guide covers configuring continuous integration pipelines for projects that ### Basic Example In the below example we demonstrate a pipeline that connects to the host machine Docker daemon by mounting a volume. For security reasons, only trusted repositories can mount volumes. Furthermore, mounting the host machine Docker socket is highly insecure, and should only be used in trusted environments. -``` +```yaml --- kind: pipeline name: default @@ -26,7 +26,7 @@ volumes: host: path: /var/run/docker.sock ... - +``` # SSH