From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Seeking working, complete example for a vm Date: Fri, 28 Oct 2016 12:27:39 -0400 Message-ID: <20161028162739.GA1862@jasmine> References: <58133002.2070804@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0A0O-0007jb-T2 for help-guix@gnu.org; Fri, 28 Oct 2016 12:27:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0A0L-0000ue-NF for help-guix@gnu.org; Fri, 28 Oct 2016 12:27:44 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55771) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0A0L-0000uP-GY for help-guix@gnu.org; Fri, 28 Oct 2016 12:27:41 -0400 Content-Disposition: inline In-Reply-To: <58133002.2070804@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Hartmut Goebel Cc: help-guix@gnu.org On Fri, Oct 28, 2016 at 01:01:22PM +0200, Hartmut Goebel wrote: > Hi, > > for a demonstration I need to set up a container running nginx and > postres and maybe ssh. nginx and ssh should be accessible from outside > the vm, at least from the host. After some struggle with building the vm > [1] I'm now able to boot it. I already copy the image our of the store > (as advised in the manual). But I still experience some problems: Can you clarify if you are trying to use a container or a VM?