How to call REST api methods through docker container?
hello,
I make a job which has the REST call and has database connected with it it is running successfully in my system. I am able to make its docker image using from talend build tool but when it run its container I am not able to make REST call from the container. I don't know what is the error as it is not showing any error and i don't know were I went wrong.
It would be great help if anyone can assist me regarding this.