Menu="Tasks:60" Type="xmenu" Code="f100" Cond="exec(\"grep -o '^DOCKER_ENABLED=.yes' /boot/config/docker.cfg 2>/dev/null\")" ---- if ($var['fsState'] != "Started") { echo "
Array must be started to view Docker containers.
"; return; } if ( !is_file('/var/run/dockerd.pid') || (!is_dir('/proc/'.@file_get_contents('/var/run/dockerd.pid'))) ) { echo "Docker Service failed to start.
"; return; } ?>