Skip to content

Trying out WSL updates - #44

Closed
danielmarbach wants to merge 1 commit into
mainfrom
tryout/wsl-subnet-fix
Closed

Trying out WSL updates#44
danielmarbach wants to merge 1 commit into
mainfrom
tryout/wsl-subnet-fix

Conversation

@danielmarbach

Copy link
Copy Markdown
Contributor

Temp validation PR. Pins Particular/setup-wsl-action@fix/docker-subnet-collision so CI exercises the WSL NAT subnet fix end to end.

Why: WSL2 assigns the VM a random subnet from 172.16.0.0/12 on every boot, and Docker's defaults (bridge 172.17.0.0/16, pools up to 172.30.0.0/16) sit inside that range. When the NAT lands on 172.17.x, host->container port publishing breaks (e.g. MQRC_HOST_NOT_AVAILABLE). The fix pins Docker's bridge and network pools to 10.x via /etc/docker/daemon.json.

Will be reverted to the released tag (v1.1.1) once the fix is merged and tagged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant