Files
podman/docker.in
Michael Milton 3c9ce3e52a Edit the docker wrapper to use the install prefix
Signed-off-by: Michael Milton <michael.r.milton@gmail.com>
2023-03-31 10:06:17 +11:00

5 lines
174 B
Bash
Executable File

#!/bin/sh
[ -e ${ETCDIR}/containers/nodocker ] || \
echo "Emulate Docker CLI using podman. Create ${ETCDIR}/containers/nodocker to quiet msg." >&2
exec ${BINDIR}/podman "$@"