Rmd in docker, acces network

Hello,

I want to run my R code in a docker container (on gitlab via the pipeline and a .gitlab-ci.yml).
I need access to the file server (for example to read and/or to write an excel file at this location : 192.168.1.134/folder1/folder2/myexcelfile.xlsx) to read and write to excel files. But I don't understand how to access the local network when my R code runs in a container.
I think I have to write something in the yaml to mount a volume but....I don't understand how it works !! :frowning_face:

thanks a lot for your help !

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.