Skip to content

Instantly share code, notes, and snippets.

@JurrianFahner
Created April 26, 2023 15:35
Show Gist options
  • Save JurrianFahner/8c1a297d9caf48682c2492e2ae3a4729 to your computer and use it in GitHub Desktop.
Save JurrianFahner/8c1a297d9caf48682c2492e2ae3a4729 to your computer and use it in GitHub Desktop.
A wrapper for docker, when it is run in wsl.
function docker()
{
$allArgs = $PsBoundParameters.Values + $args
& wsl docker $allArgs
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment