[ESS] interacting with Docker

Lionel Henry lionel.hry at gmail.com
Tue Apr 18 20:48:27 CEST 2017


Hi,

I use:

(defun R-docker ()
  (interactive)
  (let ((ess-r-customize-alist
         (append ess-r-customize-alist
                 '((inferior-ess-program . "path/to/R-docker"))))
        (ess-R-readline t))
    (R)))

With R-docker a script that launches the docker container.
I haven't tried the SSH approach.

Lionel



> On 18 avr. 2017, at 16:07, François Michonneau <francois.michonneau at gmail.com> wrote:
> 
> Hi all,
> 
> I was wondering if it was possible to connect ESS with an R process
> that is running in a Docker container.
> 
>  Thank you,
>   -- François
> 
> ______________________________________________
> ESS-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help



More information about the ESS-help mailing list