action #176850
Updated by ph03nix 3 months ago
We should add a test that checks if the network isolation works as expected [1]. We need to perform the following steps 1. Create a new (bridge) network with the `--internal` function 2. Ensure containers in this network can access the host 3. Ensure containers in this network cannot access the internet 4. Ensure containers in this network cannot modify the IP routes (e.g. `ip route add default HOSTIP`) 10.90.0.1`) ## Acceptance criteria * AC1: A test runs that ensure the `--internal` function of a podman network works as defined above ## Weblinks [1] https://docs.podman.io/en/latest/markdown/podman-network-create.1.html#internal