We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker
podman
1 parent a5359a9 commit c1820eeCopy full SHA for c1820ee
dotposh/Config/posh-aliases.ps1
@@ -178,3 +178,8 @@ function Get-PnpmGlobalPackages { (pnpm ls -g | Select-Object -Skip 5) | ForEach
178
Set-Alias -Name 'npm-ls' -Value 'Get-NpmGlobalPackages'
179
Set-Alias -Name 'bun-ls' -Value 'Get-BunGlobalPackages'
180
Set-Alias -Name 'pnpm-ls' -Value 'Get-PnpmGlobalPackages'
181
+
182
+## Podman ##
183
+if (Get-Command podman -ErrorAction SilentlyContinue) {
184
+ Set-Alias -Name 'docker' -Value 'podman'
185
+}
0 commit comments