↧
Easy LXC: Running OpenVZ containers in LXC
ezlxc (Easy LXC) is a small Bash script for running virtual machines (VM) using Linux Containers (LXC). The VM containers are based on the templates provided by OpenVZ project. In an LXC environment,...
View Articleezchroot
ezchroot is a small script to chroot into OpenVZ containers. Once inside, you can update or modify the container software. The operation is similar to ezlxc. #!/bin/bash if [ $# -gt 0 ]; then echo else...
View Article