Rstudio is a bit of a nightmare unfortunately, sorry I don't have anything constructive to add, but is on my list of bioinformatics software to solve_______________________________________________On Thu, Sep 17, 2020, 8:05 PM Scott McCarty <smccarty@redhat.com> wrote:Johannes,Hmm this is a tough one to troubleshoot. It sounds almost like this RStudio Server interface may be trying to connect to connect to another port?On Sat, Sep 12, 2020 at 2:15 PM Johannes Graumann <podman@graumannschaft.org> wrote:_______________________________________________Hoping for clarification(s) from the source ...
Hi,
I'm trying to get the following to run:
- In a
QubesOS
Xen
VM running Fedora 31, I'm- using
podman
to run a rootlessdocker.io/rocker/tidyverse
container as follows:podman run -d -p 127.0.0.1:8787:8787 -v /tmp:/tmp -e ROOT=TRUE -e DISABLE_AUTH=TRUE docker.io/rocker/tidyverse
From the
podman
host I can test the setup usingcurl
like so:curl -I --user-agent 'GoogleChrome' http://localhost:8787
with the following result:
HTTP/1.1 200 OK X-Frame-Options: DENY Expires: Fri, 01 Jan 1990 00:00:00 GMT Pragma: no-cache Cache-Control: no-cache, no-store, max-age=0, must-revalidate Content-Type: text/html Content-Length: 1339 Date: Wed, 09 Sep 2020 22:38:46 GMT Connection: close X-Content-Type-Options: nosniff Server: RStudio
That looks OKish, no?
When I try however (again in the
podman
hostingXen
VM) to accesslocalhost:8787
using a browser (triedfirefox
andchromium
), the tab shows the appropriateRStudio
label, yet the loading-indicating applet spins endlessly to be replaced by a message stating thatR
takes longer than usual to load, accompagnied by buttons for reloading, starting in safe mode and restarting theR
session (none of which make any difference).Does anyone have an inkling why I might be unable to browse to the
RStudio Server
installation? Is this a case of browser incompatibility fixable by usingGoogle Chrome
proper (or adjusting the user agent string (to what?))?Thanks for any hints.
Sincerely, balin
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io
--_______________________________________________--A First Look at The Podman 2.0 API: http://crunchtools.com/a-first-look-at-the-podman-2-0-api/--
--Scott McCarty Product Management - Containers, Red Hat Enterprise Linux & OpenShift Email: smccarty@redhat.com Phone: 312-660-3535 Cell: 330-807-1043 Web: http://crunchtools.com
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io