• dan@upvote.au
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    Are your Docker containers connecting to the network (eg using ipvlan or macvlan)? The default bridge network driver doesn’t expose the container publicly unless you explicitly expose a port. If you don’t expose a port, the Docker container is only accessible from the host, not from any other system on the network.