You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This scenario is very generic, not just to Docker in general, but to containers in general as a whole, one of the most common examples of which is Distrobox, which is a wrapper around Docker and/or Podman that sort of already implements that concept generically in a container-agnostic way. https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-enter.md#examples
distrobox-enter my-container -- echo'example'
Does that make this a little bit out of scope, since it seems like the "generic solution" would simply be for the user to import the container to a Distrobox configuration and then use the Distrobox wrapper features to do almost exactly the same thing you described?
I wrote this one
Using this I can invoke termux commands from my regular shell like this.
Or simply enter termux environment with
termux
command.The text was updated successfully, but these errors were encountered: