How to get the ip of running container

Hi Team,

I am trying to build new image with reference of simple-webapp-flask from GitHub - mmumshad/simple-webapp-flask: Simple Flask based web application

I am facing issue while hitting the web browser…
Could you please suggest me how to get the ip of running container…

Hello, santhiya
You can inspect it container. “docker inspect container-id or container-name”
At the bottom, you will get ips of containers.

Hello,

I couldn’t able to run any docker commands.

First install docker then apply above instructions. Tell me one thing if docker is not running in the system then where is your container running?