mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 13:01:54 +00:00
add section about container images/templates
This commit is contained in:
parent
105bc8f1e6
commit
d61bab519c
4
Makefile
4
Makefile
@ -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
|
PVEFW_SOURCES=attributes.txt pve-firewall.adoc pve-firewall.8-synopsis.adoc
|
||||||
QM_SOURCES=attributes.txt qm.adoc qm.1-synopsis.adoc
|
QM_SOURCES=attributes.txt qm.adoc qm.1-synopsis.adoc
|
||||||
PCT_SOURCES=attributes.txt pct.adoc pct.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
|
HA_SOURCES=attributes.txt ha-manager.1-synopsis.adoc ha-manager.adoc
|
||||||
|
|
||||||
SYSADMIN_SOURCES= \
|
SYSADMIN_SOURCES= \
|
||||||
@ -23,6 +24,7 @@ PVE_ADMIN_GUIDE_SOURCES= \
|
|||||||
pve-faq.adoc \
|
pve-faq.adoc \
|
||||||
${QM_SOURCES} \
|
${QM_SOURCES} \
|
||||||
${PCT_SOURCES} \
|
${PCT_SOURCES} \
|
||||||
|
${PVEAM_SOURCES} \
|
||||||
${PVEFW_SOURCES} \
|
${PVEFW_SOURCES} \
|
||||||
${PVEUM_SOURCES} \
|
${PVEUM_SOURCES} \
|
||||||
${PVESM_SOURCES} \
|
${PVESM_SOURCES} \
|
||||||
@ -73,7 +75,7 @@ all: pve-admin-guide.html
|
|||||||
|
|
||||||
index.html: index.adoc ${PVE_ADMIN_GUIDE_SOURCES}
|
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 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
|
asciidoc -a "date=$(shell date)" -a "revnumber=${RELEASE}" index.adoc
|
||||||
$(BROWSER) index.html &
|
$(BROWSER) index.html &
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ include::attributes.txt[]
|
|||||||
| Command name |Download link
|
| Command name |Download link
|
||||||
| qm | link:qm.1.html[qm.1]
|
| qm | link:qm.1.html[qm.1]
|
||||||
| pct | link:pct.1.html[pct.1]
|
| pct | link:pct.1.html[pct.1]
|
||||||
|
| pveam | link:pveam.1.html[pveam.1]
|
||||||
| pvesm | link:pvesm.1.html[pvesm.1]
|
| pvesm | link:pvesm.1.html[pvesm.1]
|
||||||
| pveum | link:pveum.1.html[pveum.1]
|
| pveum | link:pveum.1.html[pveum.1]
|
||||||
| vzdump | link:vzdump.1.html[vzdump.1]
|
| vzdump | link:vzdump.1.html[vzdump.1]
|
||||||
|
19
pct.adoc
19
pct.adoc
@ -225,6 +225,25 @@ Alpine:: test /etc/alpine-release
|
|||||||
NOTE: Container start fails is configured 'ostype' differs from auto
|
NOTE: Container start fails is configured 'ostype' differs from auto
|
||||||
detected type.
|
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
|
Container Storage
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
@ -63,6 +63,14 @@ include::pct.1-synopsis.adoc[]
|
|||||||
|
|
||||||
:leveloffset: 0
|
:leveloffset: 0
|
||||||
|
|
||||||
|
*pveam* - {pve} Appliance Manager
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
:leveloffset: 1
|
||||||
|
include::pveam.1-synopsis.adoc[]
|
||||||
|
|
||||||
|
:leveloffset: 0
|
||||||
|
|
||||||
*pveum* - {pve} User Manager
|
*pveum* - {pve} User Manager
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
32
pveam.adoc
Normal file
32
pveam.adoc
Normal 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[]
|
Loading…
Reference in New Issue
Block a user