I am running rocker/geospatial inside a fresh install of Ubuntu server running on my network.
I invoke the system with:
docker run -v /home/MY_USER_NAME_HERE:/home/rstudio -p 8787:8787 -d -e PASSWORD=MY_PASSWORD_HERE -e USERID=1001 rocker/geospatial
When I attempt to knit a bare-bones Rmd file to PDF the conversion by LaTex fails with the following log information:
! kpathsea: Running mktexfmt pdflatex.fmt
! mktexfmt [ERROR]: -user mode but path setup is -sys type, bailing out.
I would very much like to run RStudio from one of the Rocker containers, but need to be able to knit Rmd to PDF.
Have others run into this? Is there a simple fix I can apply?
Thanks,
-- Rich