소스 검색

Merge pull request #127 from hxsf/patch-1

fix examlpe with docker_image
Yuxiang Zhang 5 년 전
부모
커밋
16b4df1ec2
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/zh_CN/workers.conf

+ 5 - 0
docs/zh_CN/workers.conf

@@ -7,6 +7,11 @@ mirror_dir = "/srv/tunasync"
 concurrent = 10
 interval = 1
 
+# ensure the exec user be add into `docker` group
+[docker]
+# in `command provider` can use docker_image and docker_volumes
+enable = true
+
 [manager]
 api_base = "http://localhost:12345"
 token = "some_token"