Hello!
dvn skribis:
> I'm experimenting with `guix pack`, particularly with the docker format.
>
> I want to generate a tarball like so `guix pack -f docker bash
> figlet` -- and then after loading with docker, be able to run the packed
> commands. No $PATH is set in the container, so after digg
On Fri, Feb 09, 2018 at 02:17:58PM +0100, dvn wrote:
> I'm experimenting with `guix pack`, particularly with the docker format.
>
> I want to generate a tarball like so `guix pack -f docker bash
> figlet` -- and then after loading with docker, be able to run the packed
> commands. No $PATH is set
I'm experimenting with `guix pack`, particularly with the docker format.
I want to generate a tarball like so `guix pack -f docker bash
figlet` -- and then after loading with docker, be able to run the packed
commands. No $PATH is set in the container, so after digging around in
the tarball, I dec