Hi
I’m working on connecting Percona Backup for MongoDB by installing Percona Server for MongoDB via Docker. Although I’ve installed it, I’m unable to retrieve the IP address even after running the command docker inspect psmdb
Could you try the next command?
docker inspect -f ‘{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}’ CONTAINER_NAME
Hi @Vadim_Yalovets i tried that command that you provided but still not able to get the IPAddress
Could you provide output of the next command?
docker logs CONTAINER_NAME
So it’s active. What is shown in “NetworkSettings” section for command?
docker inspect CONTAINER_NAME
hi @Vadim_Yalovets everything is visible as null