Installer location and an immutable OS

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.

Hello @chrisswain

The script does not have any parameters for specifying the mounts. However, you can try installing Workspace with Docker Compose as per following guide: Installing ONLYOFFICE Workspace Community using Docker Compose

In a necessary .yml file you can change the mount directories according to your needs.