- 17 Nov, 2021 1 commit
-
-
Marc Cornellà authored
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
-
- 05 Oct, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10264 Co-authored-by:
Frederick Zhang <frederick888@tsundere.moe>
-
- 04 Oct, 2021 1 commit
-
-
Marc Cornellà authored
-
- 21 Feb, 2021 1 commit
-
-
Vikas Raj authored
* [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>
-
- 14 Jul, 2020 1 commit
-
-
Piotr Zając authored
-
- 21 Sep, 2018 1 commit
-
-
Igor Rootsi authored
-
- 18 Mar, 2018 1 commit
-
-
Lauri Lavanti authored
-
- 09 Mar, 2018 1 commit
-
-
Lauri Lavanti authored
-
- 25 Oct, 2016 1 commit
-
-
jotadrilo authored
* add docker-compose down alias * rename `docker-compose down` alias to `dcdn`
-
- 02 Oct, 2016 1 commit
-
-
Florian Wilhelm authored
-
- 28 Sep, 2016 1 commit
-
-
Leif Ringstad authored
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
-
- 14 Sep, 2016 1 commit
-
-
Ivo Bathke authored
Removed by mistake in 0950f9c5.
-
- 28 Jun, 2015 1 commit
-
-
moncho authored
-
- 04 May, 2015 1 commit
-
-
Toni Ristola authored
-