mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
pct-{mount, unmount}: add page (#19650)
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# pct mount
|
||||
|
||||
> Mount a container's filesystem on the host.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_mount>.
|
||||
|
||||
- Mount the filesystem of a specific container:
|
||||
|
||||
`pct mount {{100}}`
|
||||
@@ -0,0 +1,8 @@
|
||||
# pct unmount
|
||||
|
||||
> Unmount a container's filesystem from the host.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_unmount>.
|
||||
|
||||
- Unmount the filesystem of a specific container:
|
||||
|
||||
`pct unmount {{100}}`
|
||||
Reference in New Issue
Block a user