help-guix
[Top][All Lists]
Advanced

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

Re: system docker-image needs file-system


From: Julien Lepiller
Subject: Re: system docker-image needs file-system
Date: Wed, 15 Jan 2020 15:19:11 -0500
User-agent: K-9 Mail for Android

Le 15 janvier 2020 15:01:18 GMT-05:00, Josh Marshall <address@hidden> a écrit :
>I'll second this.  It is one of my expected use cases.
>
>On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule
><address@hidden>
>wrote:
>
>> Hi,
>>
>> I'm trying to use Guix in order to create a Docker image. However,
>I'm
>> forced to set both ``bootloader`` and ``file-systems`` initializers:
>>
>>     system.scm:29:0: error: missing field initializers (bootloader
>> file-systems)
>>
>> For a Docker image this is quite unexpected. I'm wondering whether
>there is
>> a way to bypass this limitation?
>>
>> Regards,
>> Jimmy
>>

Not sure if that will work, but have you tried:

(bootloader #f)
(file-systems '())

?



reply via email to

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