Mount Points
Mount Points
Mount points allow one container to access data stored on another node as though the files were located locally. This functionality supports data sharing between instances within the same account and can also connect containers to an external NFS server.
Mount Points Overview
A mount point creates a client-side connection to a remote directory. After the connection is established, applications inside the client container can access and work with the remote files through a local folder path.
Server-side alternative
The same data-sharing relationship can also be initiated from the storage server by exporting a directory for remote access.

Supported Protocols
When a GlusterFS cluster is selected as the storage server, the client protocol can be chosen during mount configuration.
Select the protocol according to your topology
Use NFS for performance-oriented configurations. Choose GlusterFS Native when data safety, replication and storage failover are more important.
Create a Mount Point
Open container configuration
In the environment dashboard, click Config next to the required container or node layer.
Open Mount Points
In the Configuration Manager, select Mount Points from the left-side menu.
Click Mount
Select the Mount button to open the mount-point configuration form.

Mount Operation Types
The mount form provides three connection types depending on where the shared data is stored.

Configure Mount Settings
Common Settings
Mount-point path restrictions
If the local directory does not exist, it is created automatically. The path must not begin with system directories such as /proc, /dev, /sys or /run, and it cannot replace protected paths such as /, /bin, /lib or /usr. The exact restrictions may vary by provider.
Data Container Settings
Master Container Settings
External Server Settings
Select the mount type
Choose the connection type that matches the storage location.
Enter the local and remote paths
Specify where the files should appear locally and where they are stored on the selected server.
Configure access options
Enable mounting for all nodes or read-only access where required.
Click Add
Save the configuration and allow the platform to create the mount point.

First-time NFS setup may take longer
When a regular container is selected instead of a dedicated shared-storage container, the first connection may be delayed for several minutes while the required NFS software is installed.
Manage Existing Mounts
After creation, the mount point appears in the Mount Points list for the selected container or layer.

Configure Write Permissions
When a mount is configured with read and write access, the source directory must allow the client container’s operating-system user to modify its files.
Connect to the storage server through SSH and adjust the directory ownership when necessary.
/etc/passwd file./etc/group file.Apply permissions carefully
Use the correct application user and group rather than granting unrestricted access. Default usernames can differ between container images and server types.
Expected Result
The remote directory becomes available at the selected local mount point. Depending on the configuration, the files can be accessed by one node or every node in the layer, with either read-only or read-and-write permissions.
Important Notes
- Choose NFS or GlusterFS Native according to performance and resilience requirements.
- Do not use protected system directories as mount-point paths.
- Enable Mount to All Nodes when the application is horizontally scaled.
- Use read-only access when client nodes do not need to modify shared files.
- Confirm that the remote server exports the required directory.
- Grant appropriate ownership and permissions for read-and-write mounts.
- Unmount unused connections before deleting or reconfiguring the storage server.
Common Issues and Solutions
/proc, /dev or /usr.