podman/docker

4 lines
88 B
Bash
Executable File

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