been using only office as a docker install on a VM on our old servers and now they are being upgraded, and due to risks from cyber attackers, we have chosen a OS that is immutable and has docker builtin and it works, until we try to install workspace.
this OS is immutable and cannot be mounted rw with the command mount -o rw,remount
the developers of the OS have made it so /DATA is the only place that data can be written to in the aim at reducing cyber threats that attack / and the usual linux mount points.
is their a way that wget https://download.onlyoffice.com/install/workspace-install.sh can be adjusted to install to /DATA
the developers said this
Correct approach:
Put data on /DATA (for example /DATA/AppData/onlyoffice)
Map it in Docker as:
Host: /DATA/AppData/onlyoffice
Container: /app
I don’t want which is my other option is to create a huge VM on the new system.