FS#72308 - [docker-compose] Executable missing

Attached to Project: Community Packages
Opened by ZephireNZ (ZephireNZ) - Thursday, 30 September 2021, 19:54 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 30 September 2021, 20:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: After installing v2.0.0-1, docker-compose is missing. Checked package file and confirmed binary is missing from the package, but is present in v1.29.2-1

$ docker-compose up -d
zsh: command not found: docker-compose

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
1. Install docker-compose v2.0.0-1
2. Attempt to use docker-compose
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 30 September 2021, 20:02 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Lots of them, please use search
Comment by ZephireNZ (ZephireNZ) - Thursday, 30 September 2021, 20:01 GMT
Some extra googling tells me that compose has been integrated into the docker command as a plugin.

Docker has a tool to allow smoother transitions, maybe that should be included?

https://docs.docker.com/compose/cli-command/#compose-switch

Loading...