Re: A few questions about guix containers

2019-05-28 Thread Christopher Baines
Alex Sassmannshausen writes: > I wanted to thank you for your notes! As always, my "I'll write a long > response with thoughts tomorrow" turned into "I'll write a response at > some point in the future." > > I appreciated the pointers to the developments that have tentatively > happened. Very

Re: A few questions about guix containers

2019-05-28 Thread Alex Sassmannshausen
Arun Isaac writes: >> So I've been using guix system container with some success for a while >> now, but I've been relying on this old patch I wrote to add shared >> network support, in the same way that guix environment can do it [1] >> >> 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28128

Re: A few questions about guix containers

2019-05-27 Thread Arun Isaac
> So I've been using guix system container with some success for a while > now, but I've been relying on this old patch I wrote to add shared > network support, in the same way that guix environment can do it [1] > > 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28128 > > I haven't given it eno

Re: A few questions about guix containers

2019-05-27 Thread Alex Sassmannshausen
Hi Chris, I wanted to thank you for your notes! As always, my "I'll write a long response with thoughts tomorrow" turned into "I'll write a response at some point in the future." I appreciated the pointers to the developments that have tentatively happened. Very interesting! Cheers, Alex Chr

Re: A few questions about guix containers

2019-05-11 Thread Christopher Baines
Alex Sassmannshausen writes: > Hello, > > I'm trying to get to grips with Guix's container support. > > Specifically, I can create containerised system using > $ guix system container /path/to/sysconf.scm > > I should then be able to run commands in that container using > $ guix container exec P

A few questions about guix containers

2019-05-11 Thread Alex Sassmannshausen
Hello, I'm trying to get to grips with Guix's container support. Specifically, I can create containerised system using $ guix system container /path/to/sysconf.scm I should then be able to run commands in that container using $ guix container exec PID CMD But here's the rub: how do I find the P