summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker b/docker
index c647da8e2..a68a37ab3 100755
--- a/docker
+++ b/docker
@@ -1,3 +1,4 @@
#!/bin/sh
-echo "Using podman package to emulate the Docker CLI"
+[ -f /etc/containers/nodocker ] || \
+echo "Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg." >&2
exec /usr/bin/podman $@