mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add host network config
This commit is contained in:
parent
c7220f13b9
commit
9ead172225
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test-action.yml
vendored
4
.github/workflows/test-action.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue