Docker daemon process name is now dockerd

This commit is contained in:
Eric Schultz
2017-03-23 11:39:52 -05:00
parent babde7028f
commit b694c29937
6 changed files with 8 additions and 8 deletions
@@ -1,6 +1,6 @@
Menu="Docker:1"
Title="Docker Containers"
Cond="(pgrep('docker')!==false)"
Cond="(pgrep('dockerd')!==false)"
Markdown="false"
---
<?PHP