๐Ÿ’ญ add init hooks and exported bins ยท WaylonWalker/devtainer@2e4c6da =================================================================== !https://github.com/WaylonWalker/devtainer/commit/2e4c6da537f5672209d1b3922fad754190aef938#diff-38878343c551520f8af2a3986e5f6085b03df197a56a92abc42a44b200f02... Date: September 28, 2024 add init hooks and exported bins ยท WaylonWalker/devtainer@2e4c6da ๐Ÿณ (dotfiles) My personal development docker container base image - add init hooks and exported bins ยท WaylonWalker/devtainer@2e4c6da GitHub ยท github.com [1] Today I learned that you can use init_hooks to access host machine commands from inside a distrobox container. This is super handy for things that you cannot get to from inside the container and need ran outside (docker, podman, flatpak, xdg-open). ``` bash init_hooks=ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/podman; ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://github.com/WaylonWalker/devtainer/commit/2e4c6da537f5672209d1b3922fad754190aef938#diff-38878343c551520f8af2a3986e5f6085b03df197a56a92abc42a44b200f0264aR19 [2]: /thoughts/ [3]: /tags/thoughts/