Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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