mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 22:50:52 +00:00
Update cheatsheets
This commit is contained in:
42
linux/distrobox
Normal file
42
linux/distrobox
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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: It uses Podman or Docker to create your containers.
|
||||
> More information: <https://github.com/89luca89/distrobox>.
|
||||
|
||||
- View documentation for creating containers:
|
||||
|
||||
`tldr distrobox-create`
|
||||
|
||||
- View documentation for listing container's information:
|
||||
|
||||
`tldr distrobox-list`
|
||||
|
||||
- View documentation for entering the container:
|
||||
|
||||
`tldr distrobox-enter`
|
||||
|
||||
- View documentation for executing a command on the host from inside a container:
|
||||
|
||||
`tldr distrobox-host-exec`
|
||||
|
||||
- View documentation for exporting app/service/binary from the container to the host:
|
||||
|
||||
`tldr distrobox-export`
|
||||
|
||||
- View documentation for upgrading containers:
|
||||
|
||||
`tldr distrobox-upgrade`
|
||||
|
||||
- View documentation for stopping the containers:
|
||||
|
||||
`tldr distrobox-stop`
|
||||
|
||||
- View documentation for removing the containers:
|
||||
|
||||
`tldr distrobox-rm`
|
||||
Reference in New Issue
Block a user