mirror of
https://github.com/containers/podman.git
synced 2026-09-17 08:11:40 -04:00
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1170 Approved by: mheon
5 lines
161 B
Bash
Executable File
5 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 $@
|