Docker-compose in unstable is broken

Hi, I run unstable and the latest docker-compose is broken.

#docker-compose
zsh: command not found: docker-compose
~  /usr/lib/docker/cli-plugins/docker-compose

Usage: docker [OPTIONS] COMMAND

docker-compose is a Docker CLI plugin

Options:
–config string Location of client config files (default “/home/bjorn/.docker”)
-c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with “docker context use”)
-D, --debug Enable debug mode
-H, --host list Daemon socket(s) to connect to
-l, --log-level string Set the logging level (“debug”|“info”|“warn”|“error”|“fatal”) (default “info”)
–tls Use TLS; implied by --tlsverify
–tlscacert string Trust certs signed only by this CA (default “/home/bjorn/.docker/ca.pem”)
–tlscert string Path to TLS certificate file (default “/home/bjorn/.docker/cert.pem”)
–tlskey string Path to TLS key file (default “/home/bjorn/.docker/key.pem”)
–tlsverify Use TLS and verify the remote

Management Commands:
completion generate the autocompletion script for the specified shell
compose Docker Compose

Run ‘docker COMMAND --help’ for more information on a command.

To get more help with docker, check out our guides at