sidusIO / sediment

A Sericea-based OS image with quality of life improvements
Apache License 2.0
2 stars 1 forks source link

Networking issues inside docker containers on the host system #61

Closed HerrNaN closed 3 months ago

HerrNaN commented 4 months ago

Steps to reproduce

  1. Open a shell in a container, e.g. like this:
    docker run -it --rm alpine /bin/ash
  2. Try to access the outside world, e.g. like this:
    ping 8.8.8.8

Expected behavior

I should be able to access the outside world from my container

Actual behavior

I can't

Thoughts on the issue (possible solutions?)

Bluefin have added IP-Forwarding for docker. Maybe this solves the problem?

HerrNaN commented 3 months ago

This issue seems to have solved itself now :shrug: