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
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
> 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
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
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
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