Sending request over dockerized tor does not work

Hello,

I tried to dockerize Tor on my Linux laptop. It does dockerize the Tor, but when I tried to send a request over dockerized tor’s Ip and port address it says ‘tor: Network is unreachable’.

I have checked the port that Tor uses, it shows that tor uses tcp6. I suspect that my application that sends request works with tcp4 and that is why can not connect to tor as it uses tcp6.

What is your suggestion? What do I need to do?