Note

This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts

Here's my thought on 馃挱 add init hooks and exported bins 路 WaylonWalker/devtainer@2e4c6da


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).


init_hooks=ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/podman;

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts