How to install docker-compose using homebrew in Bazzite?

 

log of docker-compose installation

satyendra@bazzite:~$ brew install docker-compose
✔︎ JSON API cask.jws.json Downloaded 15.4MB/ 15.4MB
✔︎ JSON API formula.jws.json Downloaded 32.0MB/ 32.0MB
==> Fetching downloads for: docker-compose
✔︎ Bottle Manifest docker-compose (5.1.2) Downloaded 7.5KB/ 7.5KB
✔︎ Bottle docker-compose (5.1.2) Downloaded 10.6MB/ 10.6MB
==> Pouring docker-compose–5.1.2.x86_64_linux.bottle.tar.gz
==> Caveats
Compose is a Docker plugin. For Docker to find the plugin, add “cliPluginsExtraDirs” to ~/.docker/config.json:
“cliPluginsExtraDirs”: [
“/home/linuxbrew/.linuxbrew/lib/docker/cli-plugins”
]
==> Summary
🍺 /home/linuxbrew/.linuxbrew/Cellar/docker-compose/5.1.2: 8 files, 29.4MB
==> Running `brew cleanup docker-compose`…
Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).

Leave a Comment