37247/from-docker-container-server-which-lying-same-host-machine
Can somebody provide some pointers how to ping from a docker container to a PBX sip server which is lying in the same lan as the host machine and vice versa ..actually I moved my application to a docker container..host machine just forward the port but the sip request contains the docker container ip ..do we have any options in docker network which could make the docker container ip accessible from host lan network so that other machines which are in the same lan can ping the docker container..or is there a different approach I should follow?
Hey @Laksha, Look at how you're starting the container...you probably need to publish the ports you want to use. Depending on the image you're using you can do a docker exec -it /bin/bash <container>. (or /bin/ash) to get inside
Make git, Jenkins, Docker, ansible master as ...READ MORE
Hey Ayaan, you could probably use this ...READ MORE
Check your python version. It should be ...READ MORE
Just go through the error message: Ansible can't ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Hey @Harsh, use with_items to access the result ...READ MORE
Hey @Sridhar, There is no way to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.