From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: Docker export: add /etc/environment? Date: Mon, 21 Aug 2017 13:03:24 +0200 Message-ID: <874lt1yygz.fsf@igalia.com> 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:4830:134:3::10]:36936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djkV9-0006en-4N for guix-devel@gnu.org; Mon, 21 Aug 2017 07:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djkV5-0000al-4U for guix-devel@gnu.org; Mon, 21 Aug 2017 07:04:11 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:60786 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djkV5-0000QQ-0j for guix-devel@gnu.org; Mon, 21 Aug 2017 07:04:07 -0400 In-Reply-To: (Ricardo Wurmus's message of "Mon, 21 Aug 2017 12:02:39 +0200") 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 On Mon 21 Aug 2017 12:02, Ricardo Wurmus wri= tes: > Especially for =E2=80=9Cguix pack -f docker=E2=80=9D it makes sense to me= to include a > default =E2=80=9C/etc/environment=E2=80=9D that includes things we set up= in GuixSD by > default, such as GUIX_LOCPATH, and that sources the packed profile=E2=80= =99s > =E2=80=9Cetc/profile=E2=80=9D. > > What do you think? Go for it!! :) Andy