snippetbashTip
distrobox — Use any Linux distribution inside your terminal in a container. Install & use packages inside it whi
Viewed 0 times
distroboxcommandanyuseclilinuxinsidedistribution
linux
Problem
How to use the
distrobox command: Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (home directory) and hardware. Note: distrobox isn't a command, but a set of commands. More information: <https://github.com/89luca89/distrobox>.Solution
distrobox — Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (home directory) and hardware. Note: distrobox isn't a command, but a set of commands. More information: <https://github.com/89luca89/distrobox>.View documentation for creating containers:
tldr distrobox-createView documentation for listing container's information:
tldr distrobox-listView documentation for entering the container:
tldr distrobox-enterView documentation for executing a command on the host from inside a container:
tldr distrobox-host-execView documentation for exporting app/service/binary from the container to the host:
tldr distrobox-exportView documentation for upgrading containers:
tldr distrobox-upgradeView documentation for stopping the containers:
tldr distrobox-stopView documentation for removing the containers:
tldr distrobox-rmCode Snippets
View documentation for creating containers
tldr distrobox-createView documentation for listing container's information
tldr distrobox-listView documentation for entering the container
tldr distrobox-enterView documentation for executing a command on the host from inside a container
tldr distrobox-host-execView documentation for exporting app/service/binary from the container to the host
tldr distrobox-exportContext
tldr-pages: linux/distrobox
Revisions (0)
No revisions yet.