mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
echo "Using podman package to emulate the Docker CLI"
|
|
exec /usr/bin/podman $@
|