mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
503 B
Plaintext
15 lines
503 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# toolbox init-container
|
|
|
|
> Initialize a running Toolbx container.
|
|
> This command should not be executed by the user, and cannot be run on the host.
|
|
> More information: <https://manned.org/toolbox-init-container>.
|
|
|
|
- Initialize a running Toolbx container:
|
|
|
|
`toolbox init-container --gid {{gid}} --home {{home}} --home-link --media-link --mnt-link --monitor-host --shell {{shell}} --uid {{uid}} --user {{user}}`
|