Alias docker->podman to support container-based pre-commit hooks

This commit is contained in:
Ohad Livne 2025-12-06 21:03:44 +02:00
parent ec5ed3cf1f
commit fdb2da7942
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

6
.local/bin/docker Executable file
View file

@ -0,0 +1,6 @@
#! /usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
podman "${@:1}"