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