From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.emacs.devel Subject: Re: official Emacs Docker image Date: Thu, 12 Nov 2015 22:01:18 +0100 Message-ID: <87vb972aqp.fsf@elephly.net> References: <831tbxn5id.fsf@gnu.org> <87oaf1bvsb.fsf@wanadoo.es> <87mvukq7gd.fsf_-_@lifelogs.com> <8737wb6wv3.fsf@ferrier.me.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1447362105 16987 80.91.229.3 (12 Nov 2015 21:01:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2015 21:01:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nic Ferrier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 22:01:34 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zwyzu-0005Ht-9J for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2015 22:01:34 +0100 Original-Received: from localhost ([::1]:49751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwyzt-0000ST-HW for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2015 16:01:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwyzp-0000SH-Fu for emacs-devel@gnu.org; Thu, 12 Nov 2015 16:01:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwyzm-0003Ed-9w for emacs-devel@gnu.org; Thu, 12 Nov 2015 16:01:29 -0500 Original-Received: from sender163-mail.zoho.com ([74.201.84.163]:24705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwyzm-0003EZ-1E for emacs-devel@gnu.org; Thu, 12 Nov 2015 16:01:26 -0500 Original-Received: from localhost (xd9ba4012.dyn.telefonica.de [217.186.64.18]) by mx.zohomail.com with SMTPS id 1447362082596234.92738432701913; Thu, 12 Nov 2015 13:01:22 -0800 (PST) User-agent: mu4e 0.9.13; emacs 24.5.1 In-reply-to: <8737wb6wv3.fsf@ferrier.me.uk> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 74.201.84.163 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194286 Archived-At: Nic Ferrier writes: > Ted Zlatanov writes: > >> There is no official Docker image for Emacs on the Docker Hub: >> >> https://hub.docker.com/search/?q=emacs&page=1&isAutomated=0&isOfficial=0&starCount=0&pullCount=0 > > I made one though. I use it to host marmalade. With GNU Guix you can run Emacs in a container without having to use Docker: guix environment --container --ad-hoc emacs -- emacs This creates an isolated ad-hoc environment containing only Emacs and then runs “emacs”; all without Docker and the need for a disk image. ~~ Ricardo