mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 23:49:20 +00:00
Update cheatsheets
This commit is contained in:
18
linux/distrobox-create
Normal file
18
linux/distrobox-create
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# distrobox-create
|
||||
|
||||
> Create a Distrobox container. See also: `tldr distrobox`.
|
||||
> The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio.
|
||||
> More information: <https://distrobox.it/usage/distrobox-create>.
|
||||
|
||||
- Create a Distrobox container using the Ubuntu image:
|
||||
|
||||
`distrobox-create {{container_name}} --image {{ubuntu:latest}}`
|
||||
|
||||
- Clone a Distrobox container:
|
||||
|
||||
`distrobox-create --clone {{container_name}} {{cloned_container_name}}`
|
||||
Reference in New Issue
Block a user