Skip to content

Instantly share code, notes, and snippets.

@SoTosorrow
Created December 31, 2023 06:54
Show Gist options
  • Save SoTosorrow/6078687c98b6631c7e6a8b003cb1453a to your computer and use it in GitHub Desktop.
Save SoTosorrow/6078687c98b6631c7e6a8b003cb1453a to your computer and use it in GitHub Desktop.
For Wsl docker
* at https://github.com/microsoft/WSL/discussions/4872
> touch /etc/fstab
> update-alternatives --set iptables /usr/sbin/iptables-legacy
> update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
> service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment