Docker Container for UBUNTU

We have a Docker Machine used for gitlab hosting.

Details: StaticIP: 174.128.38.13 – SUBNET: 174.128.38.1 and Port number :8929

Local dhclient IP: 192.168.2.100
Container Name: gitlab

Problem is we are unable to configure the Ip’s to the existing container. we identified the ip’s of the existing container with cmd as “docker inspect gitlab” it mentions the default ip:172.17.0.2

so, we need to configure the network and up the website :http://174.128.38.13:8929/

guys please help me regarding this. I am not good in docker, I just confused of what happening and unable to open my GitLab application

Please share the exact command or compose-file you used to create the container.

Assuming you published container port 80 to host port 8929 and your host has the ip 174.128.38.13, then the url you used to access the container should be correct.