Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morph027/pve-lxc-scripts
some useful scripts fpr Proxmox VE (PVE) LXC containers
https://github.com/morph027/pve-lxc-scripts
lxc proxmox proxmox-ve pve
Last synced: 7 days ago
JSON representation
some useful scripts fpr Proxmox VE (PVE) LXC containers
- Host: GitHub
- URL: https://github.com/morph027/pve-lxc-scripts
- Owner: morph027
- License: mit
- Created: 2015-12-11T13:46:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T01:39:32.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:47:12.477Z (3 months ago)
- Topics: lxc, proxmox, proxmox-ve, pve
- Language: Shell
- Size: 7.81 KB
- Stars: 58
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pve-lxc-scripts
Some useful scripts fpr Proxmox VE (PVE) LXC containers
## lxc-exec
Execute a command inside a running container.
**Example**
```bash
lxc-exec 1337 apt-get update
lxc-exec 1337 apt-get install vim -y
```## lxc-exec-all
Execute a command inside all running containers using ```lxc-exec```.
**Example**
```bash
lxc-exec-all apt-get update
lxc-exec-all apt-get install vim -y
```## lxc-update-all
Update software on all running containers using ```lxc-exec```.
### Supported systems
* apt-get
* yum