jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.22k stars 727 forks source link

Access container via a local ip address #145

Closed zainengineer closed 9 years ago

zainengineer commented 9 years ago

Hi,

I am new to docker. How can I access container locally using static ip like 192.168.32.10 ?

Thanks.

jpetazzo commented 9 years ago

Hi,

I'd recommend to check Docker networking documentation. Then, if you have questions, you can ask for help on the Docker User Mailing List or on the #docker IRC channel on Freenode.

Thank you!