Docker no Internet Connection

Hi, i am very new to docker and i have a problem. Maybe not caused by docker.
I have a container in bridge network and i can see Packages on my wlan interface, but it seems its not going out. if i do from host i get an answer.
i can get no connection outside of the host.
If i ping the host ip 192.168.178.117 i am getting a response
sounds like a firewall or restriction, idk.
would be great if anybody could help.

sudo tshark -i enp1s0 |grep 192.168.179.5 |grep ICMP
Running as user "root" and group "root". This could be dangerous.
Capturing on 'enp1s0'

  154 10.191173871   172.17.0.3 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0x010d, seq=249/63744, ttl=63
  170 11.191447594   172.17.0.3 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0x010d, seq=250/64000, ttl=63
  180 12.191747173   172.17.0.3 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0x010d, seq=251/64256, ttl=63
  200 13.192010457   172.17.0.3 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0x010d, seq=252/64512, ttl=63
  210 14.192300821   172.17.0.3 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0x010d, seq=253/64768, ttl=63
566   350 22.924031541 192.168.178.117 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0xcebf, seq=1/256, ttl=64
  354 23.000462682 192.168.179.5 → 192.168.178.117 ICMP 98 Echo (ping) reply    id=0xcebf, seq=1/256, ttl=128 (request in 350)
  367 23.925831721 192.168.178.117 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0xcebf, seq=2/512, ttl=64
  368 23.931303574 192.168.179.5 → 192.168.178.117 ICMP 98 Echo (ping) reply    id=0xcebf, seq=2/512, ttl=128 (request in 367)
  386 24.927677695 192.168.178.117 → 192.168.179.5 ICMP 98 Echo (ping) request  id=0xcebf, seq=3/768, ttl=64
  387 24.945175780 192.168.179.5 → 192.168.178.117 ICMP 98 Echo (ping) reply    id=0xcebf, seq=3/768, ttl=128 (request in 386)

We are new to your setup. What OS, how did you install Docker?