mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
echo "Using podman package to emulate the Docker CLI"
|
|
exec /usr/bin/podman $@
|