Description
When use docker compose plugin (with "-dcp" option), usage is shown like below.
$./docker-hadoop.sh -dcp -c 3 ... Usage: docker compose [OPTIONS] COMMAND Define and run multi-container applications with DockerOptions: --all-resources Include all resources, even those not used by services ... Run 'docker compose COMMAND --help' for more information on a command. ...
This is because "docker compose" doesn't have "-v" option.
The return code is 0 when there is no option, so it is not a fatal problem.