Add host network config

This commit is contained in:
Daniel A. Wozniak 2025-01-06 15:25:23 -07:00 committed by Daniel Wozniak
parent c7220f13b9
commit 9ead172225

View file

@ -144,6 +144,10 @@ jobs:
run: |
docker network create -o "com.docker.network.driver.mtu=1500" --ipv6 --subnet 2001:db8::/64 ip6net
- name: "Host network config"
run: |
ip a
- name: "Create container ${{ matrix.container }}"
run: |
/usr/bin/docker \