Docker cmd to list all containers and what (docker) network they are using

docker ps --format "table {{.Names}}\t{{.Networks}}"