mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
5 lines
163 B
Bash
Executable File
5 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
[ -f /etc/containers/nodocker ] || \
|
|
echo "Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg." >&2
|
|
exec /usr/bin/podman "$@"
|