mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-28 11:20:30 +00:00
Fix misleading example in Workflow syntax/Privileged mode (#4613)
This commit is contained in:
parent
4009f1dd53
commit
d8dc8eff4b
2 changed files with 4 additions and 4 deletions
|
@ -799,8 +799,8 @@ Privileged mode is only available to trusted repositories and for security reaso
|
|||
commands:
|
||||
- docker --tls=false ps
|
||||
|
||||
- name: services
|
||||
docker:
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
commands: dockerd-entrypoint.sh --storage-driver=vfs --tls=false
|
||||
+ privileged: true
|
||||
|
|
|
@ -777,8 +777,8 @@ Privileged mode is only available to trusted repositories and for security reaso
|
|||
commands:
|
||||
- docker --tls=false ps
|
||||
|
||||
- name: services
|
||||
docker:
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
commands: dockerd-entrypoint.sh --storage-driver=vfs --tls=false
|
||||
+ privileged: true
|
||||
|
|
Loading…
Reference in a new issue