How can i use qemu user network for my docker container?

So I am trying to run Ansys on CentOS7 via docker container on fedora 35 running inside qemu-system-x86_64 on an arm64 board. The fedora guest inside qemu is using using user moxd networking. I can ping any website and its using ens3 for networking. Now user mode does suport tcp, so i dont think that is the problem. Ansys requires being able to connect to a dynamic tcp port. Issue is my container cant seem to do that im using --network=host as well in my docker run commands. I tried to ping inside docker container and it didn’t work. So i am thinking its not properly configured. How do i get docker to use my host qemu user network?