We have docker running and the containers have their own private network, thanks to this command we’re going to get the private IP address of all of them:
$ sudo docker inspect $(docker ps -q ) \
--format='{{ printf "%-50s" .Name}} {{range .NetworkSettings.Networks}}{{.IPAddress}} {{end}}'
/zerotier
/ntp 10.3.10.8
/nodered 10.3.10.11
/n8n 10.3.10.4
/ssh 10.3.10.9
/code 10.3.10.7
/semaphore 10.3.10.6
/rproxy 10.3.10.2
/homer 10.3.10.10
/pihole 10.3.10.27
/pihole_googledns 10.3.10.24
/pihole_opendns 10.3.10.23