podman/docker
Daniel J Walsh 0207e629ee Add support for mimicing docker CLI
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-01-18 07:01:48 -05:00

4 lines
88 B
Bash
Executable file

#!/bin/sh
echo "Using podman package to emulate the Docker CLI"
exec /usr/bin/podman $@