#this file is used to link container name with template, distribution
#and architecture.
#A good source of container template can be found within
#https://images.linuxcontainers.org/
#-----------------------------------------------------------------
#Testing container using domain name example.com
#and template extracted from https://images.linuxcontainers.org/
#vzgot create 'cont_name'
#will create a container with an IP and protected with iptables
#Once installed you may need to use 
#vzgot enter 'cont_name' and install ssh using the 
#distribution package manegement tools
#-----------------------------------------------------------------
#This file is yours to be configured, container_name must
#a FQDN such as container_name.your_domaine.
#-----------------------------------------------------------------
#cont_name	template_name		distribution	architecture
alpine		alpine-3.24		alpine		x86_64
debian		debian-202606		debian		x86_64
fedora		fedora-20260714		fedora		x86_64
gentoo		gentoo-260715		gentoo		x86_64
osukiss		vzgot-ok-26.06		ok-1		x86_64
ubuntu		ubuntu-20260713		ubuntu		x86_64
void		voidlinux-260714	void		x86_64
#-----------------------------------------------------------------

