help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Seeking working, complete example for a vm


From: Leo Famulari
Subject: Re: Seeking working, complete example for a vm
Date: Fri, 28 Oct 2016 14:07:11 -0400
User-agent: Mutt/1.7.1 (2016-10-04)

On Fri, Oct 28, 2016 at 06:52:25PM +0200, Hartmut Goebel wrote:
> Am 28.10.2016 um 18:27 schrieb Leo Famulari:
> > Can you clarify if you are trying to use a container or a VM?
> Sorry for the confusion: I'm trying to set up a vm.
> 
> (I tried container first, but davexunit informed me that networking is
> not yet implemented there, so I switched to vm.)

`guix system vm` creates an immutable system that shares the host's
store. The annoying LSH host key issue will be the first problem if you
want to write to the filesystem. Since it lives in the store, you can't
mutate it. I think that parts of the filesystem are mutable RAM-backed
partitions.

`guix system vm-image` creates a system with its own store that is meant
to be copied out of /gnu/store and mutated. It requires some manual
steps, as you pointed out.

I don't know the implementation details of these tools very well, but
that's my understanding based on using the tools.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]