Alias docker->podman to support container-based pre-commit hooks
This commit is contained in:
parent
ec5ed3cf1f
commit
fdb2da7942
1 changed files with 6 additions and 0 deletions
6
.local/bin/docker
Executable file
6
.local/bin/docker
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
podman "${@:1}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue