项目作者: morph027

项目描述 :
some useful scripts fpr Proxmox VE (PVE) LXC containers
高级语言: Shell
项目地址: git://github.com/morph027/pve-lxc-scripts.git
创建时间: 2015-12-11T13:46:17Z
项目社区:https://github.com/morph027/pve-lxc-scripts

开源协议:MIT License

下载


pve-lxc-scripts

Some useful scripts fpr Proxmox VE (PVE) LXC containers

lxc-exec

Execute a command inside a running container.

Example

  1. lxc-exec 1337 apt-get update
  2. lxc-exec 1337 apt-get install vim -y

lxc-exec-all

Execute a command inside all running containers using lxc-exec.

Example

  1. lxc-exec-all apt-get update
  2. 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