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 !!
thanks a lot for your help !