]> git.proxmox.com Git - pve-container.git/commit
added pct exec
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Sep 2015 07:16:49 +0000 (09:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 3 Sep 2015 16:37:25 +0000 (18:37 +0200)
commit0b699324a50d603d94a9dab5e74cb0ec0e97867c
tree5158f6ee9635192533abb48e99b3c44f01922baf
parent9033ff8be226996ada7a3a8dd11dce1b5167dbb8
added pct exec

Using the new 'extra-args' options for command arguments.

Examples:
 # pct exec 100 ls /
 # pct exec 100 -- ls -l /
src/pct