Whalebrew

Whalebrew on Mocaccino Desktop

“Whalebrew is homebrew but for docker images” that is to say it creates aliases for docker images so you could run them as regular commands

Setup

Be sure to have docker installed, and the daemon running.

First install utils/whalebrew:

1
$ luet install utils/whalebrew

Now you should be able to use whalebrew as usual

Install a package

1
$ whalebrew install whalebrew/ffmpeg

Then it should be accessible as a normal binary. You can call directly the program (ffmpeg in the above example)

Last modified April 7, 2024: Update gaming (5003bda)