mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
quickfix
Removed unnecessary docker-compose binary check - as this should ONLY be used if no composes are used. Not recommended.
This commit is contained in:
parent
a4f58c317a
commit
72a4ab889c
1 changed files with 0 additions and 9 deletions
|
|
@ -52,15 +52,6 @@ else
|
|||
exit
|
||||
fi
|
||||
fi
|
||||
### Check docker compose binary:
|
||||
if docker compose &> /dev/null ; then
|
||||
DockerBin="docker compose"
|
||||
elif docker-compose &> /dev/null; then
|
||||
DockerBin="docker-compose"
|
||||
else
|
||||
printf "%s\n" "No docker compose binary available, quitting."
|
||||
exit
|
||||
fi
|
||||
|
||||
### Numbered List -function:
|
||||
options() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue