We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6ff52 commit 168430fCopy full SHA for 168430f
pullio.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-COMPOSE_BINARY="$(which docker-compose)"
4
-DOCKER_BINARY="$(which docker)"
+COMPOSE_BINARY="${COMPOSE_BINARY:-$(which 'docker-compose')}"
+DOCKER_BINARY="${DOCKER_BINARY:-$(which 'docker')}"
5
CACHE_LOCATION=/tmp
6
TAG=""
7
DEBUG=""
0 commit comments