mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 04:51:48 +00:00
a4a9f0a683
Change the source to user docker-ce and update docker uci options name. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"luci-app-dockerman": {
|
|
"description": "Grant UCI access for luci-app-dockerman",
|
|
"read": {
|
|
"uci": [ "dockerd" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "dockerd" ]
|
|
}
|
|
}
|
|
}
|