Update 'drone-ci/README.md'
This commit is contained in:
		@@ -7,7 +7,7 @@ This guide covers configuring continuous integration pipelines for projects that
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Basic Example
 | 
					### 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.
 | 
					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
 | 
					kind: pipeline
 | 
				
			||||||
name: default
 | 
					name: default
 | 
				
			||||||
@@ -26,7 +26,7 @@ volumes:
 | 
				
			|||||||
  host:
 | 
					  host:
 | 
				
			||||||
    path: /var/run/docker.sock
 | 
					    path: /var/run/docker.sock
 | 
				
			||||||
...
 | 
					...
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SSH 
 | 
					# SSH 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user