Nil Madhab created FLINK-37408:
----------------------------------
Summary: Update all docker-compose references to docker compose in
documentation
Key: FLINK-37408
URL: https://issues.apache.org/jira/browse/FLINK-37408
Project: Flink
Issue Type: Improvement
Reporter: Nil Madhab
h2. Summary
Replace all instances of "docker-compose" with "docker compose" throughout the
Flink documentation to align with Docker's current CLI naming convention.
h2. Description
Docker has officially deprecated the hyphenated "docker-compose" command in
favor of "docker compose" (without the hyphen) as part of their CLI
restructuring. The hyphenated version is still functional but considered
legacy. We should update all references in the Flink documentation to follow
this recommendation and avoid using deprecated terminology.
h2. Background
Docker introduced the compose command as a built-in subcommand starting with
Docker v20.10.x, gradually moving away from the standalone docker-compose
binary. Using "docker compose" is now the recommended approach, while
"docker-compose" is maintained for backward compatibility.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)