chore(apps): remove docker sock from everywhere (#3910)

This commit is contained in:
Stavros Kois
2022-09-26 15:04:21 +02:00
committed by GitHub
parent 72037a7f50
commit 8baca7c1f0
9 changed files with 6 additions and 41 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/linuxserver/docker-webtop#readme
type: application
version: 0.0.32
version: 0.0.33
-9
View File
@@ -81,15 +81,6 @@ questions:
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
- variable: pathvarrundocker-sock
label: "pathvarrundocker-sock Storage"
description: "Docker Socket on the system, if you want to use Docker in the container"
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressRoot}
+1 -3
View File
@@ -10,9 +10,7 @@ persistence:
config:
enabled: true
mountPath: /config
pathvarrundocker-sock:
enabled: true
mountPath: /var/run/docker.sock
podSecurityContext:
runAsGroup: 0
runAsUser: 0