By default it is assumed that docker-compose command is located in /usr/local/bin/. This location seems specific to some distributions. For instance, the default location on Fedora systems is /usr/bin/.
I know the location is configurable through property docker.compose.command but I think it would be nice to add support for default location on most standard systems like it is done for instance with Matlab and Scilab connectors if I remember correctly.
This could be done with the help of method that checks for the existance of the binary docker-compose in a specified list of locations.
By default it is assumed that docker-compose command is located in
/usr/local/bin/. This location seems specific to some distributions. For instance, the default location on Fedora systems is/usr/bin/.I know the location is configurable through property
docker.compose.commandbut I think it would be nice to add support for default location on most standard systems like it is done for instance with Matlab and Scilab connectors if I remember correctly.This could be done with the help of method that checks for the existance of the binary docker-compose in a specified list of locations.