Skip to content

some useful scripts fpr Proxmox VE (PVE) LXC containers

License

Notifications You must be signed in to change notification settings

morph027/pve-lxc-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pve-lxc-scripts

Some useful scripts fpr Proxmox VE (PVE) LXC containers

lxc-exec

Execute a command inside a running container.

Example

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

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

About

some useful scripts fpr Proxmox VE (PVE) LXC containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages