chore(kb/whalebrew): review and expand

This commit is contained in:
Michele Cereda
2025-06-27 21:11:29 +02:00
parent 9f0fec3e9f
commit e3edef7745

View File

@@ -5,17 +5,47 @@
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
</details>
-->
Installs images like `whalebrew/wget` as `/usr/local/bin/wget`.
<details>
<summary>Setup</summary>
Requires [Docker].
```sh
brew install 'whalebrew'
```
</details>
<!-- Uncomment if used
<details>
<summary>Usage</summary>
Images from the [_whalebrew_ organization][whalebrew organization] are known to work correctly.<br/>
One can install any other image on Docker Hub, though they might not work as well.
> [!important]
> All `whalebrew/` images seem to be extremely dated at the time of writing.
```sh
# Search packages.
whalebrew search 'wget'
# Install packages.
whalebrew install 'whalebrew/wget'
whalebrew install 'bfirsh/ffmpeg'
# List installed packages.
whalebrew list
# Upgrade packages.
docker pull 'whalebrew/wget'
# Uninstall packages.
whalebrew uninstall 'wget'
```
</details>
-->
<!-- Uncomment if used
<details>
@@ -25,7 +55,7 @@
## Further readings
- [Github]
- [Codebase]
- [Homebrew]
<!--
@@ -36,9 +66,11 @@
<!-- In-article sections -->
<!-- Knowledge base -->
[homebrew]: homebrew.md
[docker]: docker.md
<!-- Files -->
<!-- Upstream -->
[github]: https://github.com/whalebrew/whalebrew
[codebase]: https://github.com/whalebrew/whalebrew
<!-- Others -->
[whalebrew organization]: https://hub.docker.com/u/whalebrew