emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#37161: closed ( ‘guix pack -f docker’ creates an i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37161: closed ( ‘guix pack -f docker’ creates an image without /tmp)
Date: Tue, 27 Aug 2019 10:48:01 +0000

Your message dated Tue, 27 Aug 2019 12:47:22 +0200
with message-id <address@hidden>
and subject line Re: bug#37161: ‘guix pack -f docker’ creates an image without 
/tmp
has caused the debbugs.gnu.org bug report #37161,
regarding ‘guix pack -f docker’ creates an image without /tmp
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37161: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37161
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ‘guix pack -f docker’ creates an image without /tmp Date: Fri, 23 Aug 2019 16:57:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi Guix!

Currently ‘guix pack -f docker’ 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 …

However, it seems easier to just create /tmp upfront in the image.

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#37161: ‘guix pack -f docker’ creates an image without /tmp Date: Tue, 27 Aug 2019 12:47:22 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Ricardo Wurmus <address@hidden> skribis:

>> One can work around it by asking Docker to create /tmp:
>>
>>   docker run --tmpfs /tmp …
>>
>> However, it seems easier to just create /tmp upfront in the image.
>
> If /tmp exists in the image can a user still overwrite it to either map
> an outside directory to /tmp in the container or to use a tmpfs?

Yes I think so.

> If this is still possible, I agree that /tmp should exist in the
> generated image – even if it’s just a plain mount point.

Done in commit 7979a287f8eb84cbbfa44629951572408939a756.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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