mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +00:00
4 lines
174 B
Bash
Executable file
4 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 "$@"
|