docker troubleshooting

root@test:~# docker inspect 66ce28cab318 | grep IPAddress
            "SecondaryIPAddresses": null,
            "IPAddress": "",
                    "IPAddress": "172.21.0.2",



docker network inspect bridge
docker inspect <container_id> | grep IPAddress

Leave a Reply