I am looking for guidance on how to do the following:
I am running rocker/tidyverse from machine "A", which is on a VPN.
I interact with machine A from my local linux device ("B"). B is outside the VPN and I have been using openvpn and ssh to connect to the command line on A, and from there to the docker container. A&B are linux/ubuntu boxes. Everything is up to date.
I now need to have a GUI setup, and to interact with the docker tidyverse container's Rstudio server via a browser running from "B", . Is there a guide to how to set this up?
I would welcome suggestions on where to look for the appropriate magical incantations.
Rob