mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 15:49:14 +00:00
Update cheatsheets
This commit is contained in:
22
linux/toolbox-rm
Normal file
22
linux/toolbox-rm
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# toolbox rm
|
||||
|
||||
> Remove one or more `toolbox` containers.
|
||||
> See also: `toolbox rmi`.
|
||||
> More information: <https://manned.org/toolbox-rm.1>.
|
||||
|
||||
- Remove a toolbox container:
|
||||
|
||||
`toolbox rm {{container_name}}`
|
||||
|
||||
- Remove all `toolbox` containers:
|
||||
|
||||
`toolbox rm --all`
|
||||
|
||||
- Force the removal of a currently active `toolbox` container:
|
||||
|
||||
`toolbox rm --force {{container_name}}`
|
||||
Reference in New Issue
Block a user