Skip to main content
Code and think

Docker Retrieve IP of the container

To check IP address of a running container from PowerShell you can run: docker inspect -f "" container-name.

Reference