pct-{push, pull}: add page (#23142)

This commit is contained in:
Managor
2026-07-17 10:11:21 +03:00
committed by GitHub
parent 177b21d0dc
commit d71e99447c
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -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}}`
+9
View 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}}`