From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: system docker-image needs file-system Date: Wed, 15 Jan 2020 15:19:11 -0500 Message-ID: <6508D976-7434-4D82-8B95-453A91920228@lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43764) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irp8M-0000zc-CA for help-guix@gnu.org; Wed, 15 Jan 2020 15:19:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irp8L-0006rY-DF for help-guix@gnu.org; Wed, 15 Jan 2020 15:19:22 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:47128) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1irp8K-0006oJ-Pj for help-guix@gnu.org; Wed, 15 Jan 2020 15:19:21 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org, Josh Marshall , jimmy@thrasibule.mx Le 15 janvier 2020 15:01:18 GMT-05:00, Josh Marshall a =C3=A9crit : >I'll second this=2E It is one of my expected use cases=2E > >On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule > >wrote: > >> Hi, >> >> I'm trying to use Guix in order to create a Docker image=2E However, >I'm >> forced to set both ``bootloader`` and ``file-systems`` initializers: >> >> system=2Escm:29:0: error: missing field initializers (bootloader >> file-systems) >> >> For a Docker image this is quite unexpected=2E 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 '()) ?