0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-31 04:51:48 +00:00
Florian Eckert a4a9f0a683 luci-app-dockerman: use uci from docker-ce
Change the source to user docker-ce and update docker uci options name.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28 14:16:14 +02:00

12 lines
175 B
JSON

{
"luci-app-dockerman": {
"description": "Grant UCI access for luci-app-dockerman",
"read": {
"uci": [ "dockerd" ]
},
"write": {
"uci": [ "dockerd" ]
}
}
}