unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37161: ‘guix pack -f docker’ creates an image without /tmp
@ 2019-08-23 14:57 Ludovic Courtès
  2019-08-23 20:12 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-08-23 14:57 UTC (permalink / raw)
  To: bug-Guix

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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-27 10:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23 14:57 bug#37161: ‘guix pack -f docker’ creates an image without /tmp Ludovic Courtès
2019-08-23 20:12 ` Ricardo Wurmus
2019-08-27 10:47   ` Ludovic Courtès

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).