Re: Creating a container from a container

2022-10-13 Thread Ludovic Courtès
Hello! Konrad Hinsen skribis: > I am trying to run "guix shell -C" inside another container created with > "guix shell -C". I figured out that I need to take care of three > aspects: I realize I had never tried this, but it sounds fun. :-) This works well for me: --8<---cut

Re: Creating a container from a container

2022-10-13 Thread Konrad Hinsen
Konrad Hinsen writes: > In case it matters, I use -N for the outer container (in which I > use wget to fetch files), but not for the inner containers (the ones > whose creation causes the error). It does seem to matter... if I add -N for the inner container as well, the error disappears. Which

Creating a container from a container

2022-10-12 Thread Konrad Hinsen
Hi everyone, I am trying to run "guix shell -C" inside another container created with "guix shell -C". I figured out that I need to take care of three aspects: - Include the package "guix" in the outer container. - --expose=/gnu/store such that guix-in-the-container can access the store