Shuhei Yamasaki created BIGTOP-4128:
---------------------------------------
Summary: Docker compose plugin doesn't have "-v" option
Key: BIGTOP-4128
URL: https://issues.apache.org/jira/browse/BIGTOP-4128
Project: Bigtop
Issue Type: Task
Components: docker
Reporter: Shuhei Yamasaki
Assignee: Shuhei Yamasaki
When use docker compose plugin (with "-dcp" option), usage is shown like below.
{code:java}
$./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.
...
{code}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)