docker network inspect $(docker network ls -q)| jq '.[]|(.Name + " " + ((.Containers | length)|tostring))' -r