summaryrefslogtreecommitdiff
path: root/plugins/docker-compose
AgeCommit message (Collapse)Author
2021-11-17fix(docker-compose)!: check for old command instead of calling `docker` (#10409)Marc Cornellà
BREAKING CHANGE: the plugin now checks for the `docker-compose` command instead of trying whether `docker compose` is a valid command. This means that if the old command is still installed it will be used instead. To use `docker compose`, uninstall any old copies of `docker-compose`. Fixes #10409
2021-10-05fix(docker-compose): fix for slow `docker compose` call on remote Docker ↵Marc Cornellà
contexts (#10264) Fixes #10264 Co-authored-by: Frederick Zhang <frederick888@tsundere.moe>
2021-10-04feat(docker-compose): update completion (4fa72a0, 2021-01-19)Marc Cornellà
Source: https://github.com/docker/compose/blob/4fa72a0/contrib/completion/zsh/_docker-compose Closes #9494 Co-authored-by: "Bakhir A.D" <Bakhir.A.D.st@gmail.com>
2021-10-04fix(docker-compose): support Compose V2 `docker compose` command (#10248)Marc Cornellà
2021-02-20[docker-compose] Added alias for docker-compose up --build (#8843)Vikas Raj
* [docker-compose] Added alias for docker-compose up --build Sometimes building images before starting the containers comes in handy. Alias: `dcupb` Command: `docker-compose up --build` * Updated docker-compose/README.md Added the alias definition in the readme Co-authored-by: Robby Russell <robby@planetargon.com>
2020-07-14docker-compose: add alias for `docker-compose kill` (#8997)Piotr Zając
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2019-04-09docker-compose: update completion (1f97a57, 2019-03-02)Marc Cornellà
Fixes #7480
2018-10-04docker-compose: add aliases to README (#7226)Jayadeep K M
2018-09-21docker-compose: add dcupd alias for detached mode start (#7144)Igor Rootsi
2018-03-18Add docker-compose start alias 'dcstart' (#6675)Lauri Lavanti
2018-03-09Add alias for docker-compose pull (#6665)Lauri Lavanti
2018-03-09Update docker-compose autocompletion (#6607)Andrew Matheny
2016-10-25add docker-compose down alias (#5557)jotadrilo
* add docker-compose down alias * rename `docker-compose down` alias to `dcdn`
2016-10-02Add aliases for docker-compose logs (#5475)Florian Wilhelm
2016-09-28Add more docker compose aliases (#5422)Leif Ringstad
Adds the following aliases: ```zsh alias dco='docker-compose' alias dcr='docker-compose run' alias dce='docker-compose exec' ``` And sorts the aliases similar to `docker-compose help` order
2016-09-14Readded docker-compose aliases (#5412)Ivo Bathke
Removed by mistake in 0950f9c.
2016-07-19Updated _docker-compose to the latest version (from 0.1.0 to 1.5.0). (#5215)Julien Dubreuil
Also fixed formatting of markdown URL in README.
2015-06-28Plugin now uses completion script from docker-compose repo.moncho
2015-05-04Added aliases for docker composeToni Ristola