From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Creating a docker image with Guix Date: Fri, 06 Jan 2017 00:19:46 +0100 Message-ID: <87pok12iy5.fsf@gnu.org> References: <87eg0l85qm.fsf@gnu.org> <87d1g2h4gq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPHK4-0005ev-9Z for guix-devel@gnu.org; Thu, 05 Jan 2017 18:19:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPHK1-0008D0-4n for guix-devel@gnu.org; Thu, 05 Jan 2017 18:19:52 -0500 In-Reply-To: (Ricardo Wurmus's message of "Thu, 5 Jan 2017 17:13:44 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel Hey! Ricardo Wurmus skribis: > From fefd4f02d003dd35bd0ab459ec2ccc9f9ad62ffa Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 3 Jan 2017 16:20:15 +0100 > Subject: [PATCH] guix: Add Docker image export. > > * guix/docker.scm: New file. > * Makefile.am (MODULES): Register it. > * guix/scripts/archive.scm (show-help, %options, guix-archive): Add > support for "--format". > * doc/guix.texi (Invoking guix archive): Document it. I agree with the changes David suggested. Go for it! As a bonus we could test it in a shell script when the =E2=80=98docker=E2= =80=99 command is available, and skip it otherwise. As a second bonus, Someone could write a blog entry for the web site explaining how Guix makes it super easy to create Docker images. :-) Thank you! Ludo=E2=80=99.