Debian Appliance Builder

https://github.com/qRoC/proxmox-templates

https://github.com/chriswayg/proxmox-templates

https://github.com/manala/proxmox-templates

https://pve.proxmox.com/wiki/Debian_Appliance_Builder

https://pve.proxmox.com/wiki/Category:Virtual_Appliances <--- Virtual Appliances

http://pve.proxmox.com/wiki/User:Apmuthu#Squeeze_based_Templates

https://pve.proxmox.com/wiki/Build_your_first_DAB_Appliance_Template

http://alex-tesla.livejournal.com/14169.html <-------

https://github.com/proxmox/dab-pve-appliances <-------github.com/proxmox

https://pve.proxmox.com/wiki/Category:Virtual_Appliances <-- Category:Virtual Appliances

https://www.ibm.com/developerworks/ru/library/l-lxc-containers/index.html

----------------------

https://www.turnkeylinux.org/ https://hub.turnkeylinux.org/ <---------TurnKey Hub

    • Turnkey linux — Linux под ключ, дистрибутив с интегрированным в него каким-либо сервисом или приложением, которое можно развернуть и начать работать за считанные минуты. Virtual appliances доступны в виде iso-образов совершенно бесплатно на условиях GPL. В этом как заключается основное отличие и преимущество против BitNami, который предоставляет либо нативные установщики либо уже готовые vmware-образы для работы под OpenSUSE и Ubuntu. Несмотря на примерно количество готовых решений у BitNami, TurnKey предпочти-тельней в плане удобства использования и развертывания, а так же по оснащенности дистрибутивов. https://habrahabr.ru

-----------------------

https://pve.proxmox.com/wiki/Linux_Container#Create_container

http://download.proxmox.com/appliances/

----------------------

pveam update обновить список шаблонов

dpkg-reconfigure tzdata

----------------------

Main features

    • Полностью автоматизированный процесс сборки со стандартными 'make' скриптами

    • Local package cache

    • Multi-stage процесс сборки

    • Создает и включает файлы описания

    • Упрощает различные задачи, такие как установка базы данных

    • Appliances can be certified and integrated into the Proxmox VE download directory

    • Supports Debian 5, 6 and 7 based appliances

    • Generates 32 or 64 bit appliances

    • Автоматическое разрешение зависимостей

GIT

https://github.com/login

https://git-scm.com/book/ru/Git

sudo apt-get install git

sudo git clone https://<.......>.git

При ошибках сертификации:

sudo apt-get install --reinstall ca-certificates

usage: git [--version] [--help] [-C <path>] [-c name=value] [--exec-path[=<path>]] [--html-path]

[--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare][--git-dir=<path>]

[--work-tree=<path>] [--namespace=<name>]<command> [<args>]

The most commonly used git commands are:

    • add Add file contents to the index

    • bisect Find by binary search the change that introduced a bug

    • branch List, create, or delete branches

    • checkout Checkout a branch or paths to the working tree

    • clone Clone a repository into a new directory

    • commit Record changes to the repository

    • diff Show changes between commits, commit and working tree, etc

    • fetch Download objects and refs from another repository

    • grep Print lines matching a pattern

    • init Create an empty Git repository or reinitialize an existing one

    • log Show commit logs

    • merge Join two or more development histories together

    • mv Move or rename a file, a directory, or a symlink

    • pull Fetch from and integrate with another repository or a local branch

    • push Update remote refs along with associated objects

    • rebase Forward-port local commits to the updated upstream head

    • reset Reset current HEAD to the specified state

    • rm Remove files from the working tree and from the index

    • show Show various types of objects

    • status Show the working tree status

    • tag Create, list, delete or verify a tag object signed with GPG

ProxMox 3.4 с open-vz

https://ikiyossa.ru/it-tekhnologii/virtualnye-mashiny/proxmox-3-4

https://openvz.org/Download/template/precreated <-------Template

vzctl - менеджер виртуальных сред

https://www.opennet.ru/man

Offtop

--------------------------------------

........Создать свой шаблон тоже просто. Надо остановить машину, перейти в каталог /var/lib/vz/private/<VMID>, и запаковать содержимое используя tar czf <filename>

filename должен иметь формат:

<OS>-<OSVERSION>-<NAME>_<VERSION>_<ARCH>.tar.gz

centos-5-<ARCH>-<DISTRO>.tar.gz (к примеру) https://wiki.openvz.org/Creating_a_CentOS_5.0_Template

потом полученный файл положить в /var/lib/vz/templates/cache и он будет доступен для сождания новых машин......

http://adminandrold.blogspot.ru/2011/10/proxmox-virtual-environment.html

https://wiki.first-leon.ru/Proxmox <---------------

--------------------------------------