89luca89/distrobox

[Suggestion] per passed in "feature" settings in assembe

bigpod98 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
i would like to have better control with what gets passed into distroboxes.

Describe the solution you'd like
now that you can define distroboxes in a file this could facilitate easy defining of what features are passed into distroboxes themselves. i am ok withit being assemble only feature to not pollute command line usage with default being everything enabled and you disable features.

Describe alternatives you've considered
Editing bash scripts themselves but that then means that would apply to all containers not per container and everyone editing scripts is kinda wasteful

I'm not sure of this

Right now assemble is just a way to declare your box, but in the end what it does is assemble (heh :) ) the distrobox command to execute

So they are interwined and there is no way to add more stuff to assemble without adding also to the main commands

If you really need this much customization, it's pretty much easier to just use docker/podman standalone I think