Skip to content

Instantly share code, notes, and snippets.

@kumekay
Last active August 29, 2015 14:22
Show Gist options
  • Save kumekay/80b69782c0522fadd0b1 to your computer and use it in GitHub Desktop.
Save kumekay/80b69782c0522fadd0b1 to your computer and use it in GitHub Desktop.
Proxmox ubuntu 14.04 OpenVZ
# List of images
# https://openvz.org/Download/template/precreated
cd /var/lib/vz/template/cache/
wget http://download.openvz.org/template/precreated/ubuntu-14.04-x86_64.tar.gz
wget http://download.openvz.org/template/precreated/ubuntu-14.04-x86_64.tar.gz.asc
# Show key
gpg ubuntu-14.04-x86_64.tar.gz.asc
# Example: gpg: Signature made Sat May 16 00:57:35 2015 CEST using DSA key ID A7A1D4B6
gpg --keyserver pgpkeys.mit.edu --recv-key A7A1D4B6
gpg ubuntu-14.04-x86_64.tar.gz.asc
# gpg: Good signature from "OpenVZ Project <[email protected]>"
# IP setup http://forum.online.net/index.php?/topic/4455-howto-proxmox-ip-failover-in-openvz-container-beginners-guide/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment