podman-build/pkg/machine/e2e/scripts/fake_compose
2025-10-11 12:30:35 +09:00

7 lines
117 B
Bash
Executable File

#!/bin/bash
if [[ "$@" == "env" ]]; then
printenv DOCKER_HOST DOCKER_BUILDKIT
exit 0
fi
echo "arguments: $@"