podman/pkg/machine/e2e/scripts/fake_compose

7 lines
117 B
Bash
Executable File

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