5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00

add section about container images/templates

This commit is contained in:
Dietmar Maurer 2016-03-05 14:37:58 +01:00
parent 105bc8f1e6
commit d61bab519c
5 changed files with 63 additions and 1 deletions

View File

@ -6,6 +6,7 @@ VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
PVEFW_SOURCES=attributes.txt pve-firewall.adoc pve-firewall.8-synopsis.adoc
QM_SOURCES=attributes.txt qm.adoc qm.1-synopsis.adoc
PCT_SOURCES=attributes.txt pct.adoc pct.1-synopsis.adoc
PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
HA_SOURCES=attributes.txt ha-manager.1-synopsis.adoc ha-manager.adoc
SYSADMIN_SOURCES= \
@ -23,6 +24,7 @@ PVE_ADMIN_GUIDE_SOURCES= \
pve-faq.adoc \
${QM_SOURCES} \
${PCT_SOURCES} \
${PVEAM_SOURCES} \
${PVEFW_SOURCES} \
${PVEUM_SOURCES} \
${PVESM_SOURCES} \
@ -73,7 +75,7 @@ all: pve-admin-guide.html
index.html: index.adoc ${PVE_ADMIN_GUIDE_SOURCES}
$(MAKE) NOVIEW=1 pve-admin-guide.pdf pve-admin-guide.html pve-admin-guide.epub
$(MAKE) NOVIEW=1 qm.1.html pct.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html
$(MAKE) NOVIEW=1 qm.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html
asciidoc -a "date=$(shell date)" -a "revnumber=${RELEASE}" index.adoc
$(BROWSER) index.html &

View File

@ -23,6 +23,7 @@ include::attributes.txt[]
| Command name |Download link
| qm | link:qm.1.html[qm.1]
| pct | link:pct.1.html[pct.1]
| pveam | link:pveam.1.html[pveam.1]
| pvesm | link:pvesm.1.html[pvesm.1]
| pveum | link:pveum.1.html[pveum.1]
| vzdump | link:vzdump.1.html[vzdump.1]

View File

@ -225,6 +225,25 @@ Alpine:: test /etc/alpine-release
NOTE: Container start fails is configured 'ostype' differs from auto
detected type.
Container Images
----------------
Container Images, somtimes also referred as "templates" or
"appliances", are 'tar' archives which contains everything to run a
container. You can think of it as a tidy container backup. Like most
modern container toolkits, 'pct' uses those images when you create a
new container, for example:
pct create 999 local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz
Proxmox itself ships a set of basic templates for most common
operating systems, and you can download them using the 'pveam' (short
for {pve} Appliance Manager) command line utility. You can also
download https://www.turnkeylinux.org/[TurnKey Linux] containers using
that tool (or the graphical user interface).
Container Storage
-----------------

View File

@ -63,6 +63,14 @@ include::pct.1-synopsis.adoc[]
:leveloffset: 0
*pveam* - {pve} Appliance Manager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:leveloffset: 1
include::pveam.1-synopsis.adoc[]
:leveloffset: 0
*pveum* - {pve} User Manager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

32
pveam.adoc Normal file
View File

@ -0,0 +1,32 @@
ifdef::manvolnum[]
PVE({manvolnum})
================
include::attributes.txt[]
NAME
----
pveam - {pve} Appliance Manager
SYNOPSYS
--------
include::pveam.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Container Images
================
include::attributes.txt[]
endif::manvolnum[]
Command line tool to manage comtainer images. See 'man pct' for usage
examples.
ifdef::manvolnum[]
include::pve-copyright.adoc[]
endif::manvolnum[]