mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
5 lines
174 B
Bash
Executable File
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 "$@"
|