mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Docker daemon process name is now dockerd
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Menu="Docker:1"
|
||||
Title="Docker Containers"
|
||||
Cond="(pgrep('docker')!==false)"
|
||||
Cond="(pgrep('dockerd')!==false)"
|
||||
Markdown="false"
|
||||
---
|
||||
<?PHP
|
||||
|
||||
Reference in New Issue
Block a user