From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37161: =?UTF-8?Q?=E2=80=98guix?= pack -f =?UTF-8?Q?docker=E2=80=99?= creates an image without /tmp Date: Fri, 23 Aug 2019 16:57:15 +0200 Message-ID: <871rxc53qs.fsf@inria.fr> 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]:55291) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i1B0s-0001nV-VZ for bug-guix@gnu.org; Fri, 23 Aug 2019 10:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i1B0r-0001yB-Vb for bug-guix@gnu.org; Fri, 23 Aug 2019 10:58:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60396) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i1B0r-0001y4-Sz for bug-guix@gnu.org; Fri, 23 Aug 2019 10:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i1B0r-0003NB-SZ for bug-guix@gnu.org; Fri, 23 Aug 2019 10:58:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55247) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i1B0c-0001My-Be for bug-Guix@gnu.org; Fri, 23 Aug 2019 10:57:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i1B0a-0001p7-6y for bug-Guix@gnu.org; Fri, 23 Aug 2019 10:57:44 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:60138) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i1B0Z-0001ky-Us for bug-Guix@gnu.org; Fri, 23 Aug 2019 10:57:44 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: bug-Guix@gnu.org Hi Guix! Currently =E2=80=98guix pack -f docker=E2=80=99 creates an image that lacks= /tmp, but some programs fail to run when /tmp is missing. One can work around it by asking Docker to create /tmp: docker run --tmpfs /tmp =E2=80=A6 However, it seems easier to just create /tmp upfront in the image. Ludo=E2=80=99.