akarzim / zsh-docker-aliases

ZSH Docker aliases and functions
MIT License
199 stars 33 forks source link

For Ubuntu 20.04 LTS the docker-cli version doesn't have the docker compose command. #14

Closed caduvieira closed 3 years ago

caduvieira commented 3 years ago

Maybe support both docker-compose and docker compose while docker-compose isn't deprecated

laurentlbm commented 3 years ago

It's still in beta. It is apparently already available on MacOS and Windows, but on Linux, we need to install it manually: https://docs.docker.com/compose/cli-command/

akarzim commented 3 years ago

@caduvieira you're right ! I was too enthusiastic ^^'

It is fixed in the last commit (137a5aa) on master.