From owner-freebsd-questions@FreeBSD.ORG Sun Jul 12 13:20:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34AD51065692 for ; Sun, 12 Jul 2009 13:20:56 +0000 (UTC) (envelope-from dmontalvo@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id E60778FC21 for ; Sun, 12 Jul 2009 13:20:55 +0000 (UTC) (envelope-from dmontalvo@gmail.com) Received: by yxe11 with SMTP id 11so3253782yxe.3 for ; Sun, 12 Jul 2009 06:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=rpLTdhnz/8rZDXwIMdoBu1CeGQksoPjvPyIVniiRolM=; b=o8RaE3fhCC+jPbmS53AJd1TRaGO+quhFeW6j+UGm+UiFBULQsEQ8ZFz+Nnh5kSXJvY WARUVXqKpWr89X3nwORcdVEf94q/1xbdA95uJIBwIynH1ZyQJamB1xLMnT8m4FeSxGRv BGqvAYnMrPGTVwmzy/EjGfCEvu4+BxQrYMNbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=QTYB2sIFrZ+sGCWmh19JatXpo3DzyC/MBmVjcecgew8l4MtDWxM4ic6WdJh7uSiyhg ObOdelFw+dPtxGpvASbeuHieYD8iD3uc5YqpWCXKAEnxq0EuHDJsuauSRXi97aDkC/rE Kga0zbX3FxlT9khA1XPu8ZDNxlPgtKCH9SAlg= MIME-Version: 1.0 Received: by 10.100.31.4 with SMTP id e4mr5552841ane.191.1247404855476; Sun, 12 Jul 2009 06:20:55 -0700 (PDT) Date: Sun, 12 Jul 2009 06:20:55 -0700 Message-ID: From: Diego Montalvo To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Make a FreeBSD instance within FreeBSD with Jail... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 13:20:58 -0000 I had a hosting company which allowed me to run my own apps in an instance of a "jail" what if I wanted to make a dynamic "jail" that has its predefined softwares installed? How does one go about duplicating this dynamically? Like on demand?