From: "Ludovic Courtès" <ludovic.courtes@inria.fr>
To: bug-Guix@gnu.org
Subject: bug#37161: ‘guix pack -f docker’ creates an image without /tmp
Date: Fri, 23 Aug 2019 16:57:15 +0200 [thread overview]
Message-ID: <871rxc53qs.fsf@inria.fr> (raw)
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’.
next reply other threads:[~2019-08-23 14:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-23 14:57 Ludovic Courtès [this message]
2019-08-23 20:12 ` bug#37161: ‘guix pack -f docker’ creates an image without /tmp Ricardo Wurmus
2019-08-27 10:47 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871rxc53qs.fsf@inria.fr \
--to=ludovic.courtes@inria.fr \
--cc=bug-Guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).