mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
pct-{push, pull}: add page (#23142)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# pct pull
|
||||
|
||||
> Copy a file from a container to the local system.
|
||||
> See also: `pct push`.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_pull>.
|
||||
|
||||
- Copy a file from a container:
|
||||
|
||||
`pct pull {{100}} /{{path/to/source_file}} {{path/to/destination_file}}`
|
||||
@@ -0,0 +1,9 @@
|
||||
# pct push
|
||||
|
||||
> Copy a local file to a container.
|
||||
> See also: `pct pull`.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_push>.
|
||||
|
||||
- Copy a file to a container:
|
||||
|
||||
`pct push {{100}} {{path/to/source_file}} /{{path/to/destination_file}}`
|
||||
Reference in New Issue
Block a user