Container Configuration
This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.
Click or tap a screenshot to view it at its original size.
Objective
This guide explains how to use Container Configuration on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.
Before you begin
- Sign in with an account permitted to manage the relevant environment.
- Confirm the target environment, region and resources before saving changes.
- Create a backup or rollback plan before changing a production system.
Ruk-Com Cloud PaaS provides direct management of all key views of the container lifecycle throughdashboardand supports many different tools to help with configuration. environments:
Container Layer Settings Wizard
Ruk-Com Cloud collectsDocker layer settingsSpecial integration with topology wizard to modify necessary container settings There's no need to access it via SSH, which allows you to configure your containers in the simplest and most intuitive way possible.
So you need to start by accessing the above frame. There are 2 ways to do it:
- Topology wizard- Click the buttonNew EnvironmentandAdd the desired containeror press the buttonChange Environment Topologyfor the environment that has already been created


Then select the container you want to customize and select the appropriate configuration for your usage. (bottom square) includes Variables, Volumes, Links, More, etc.
Tips:Ruk-Com Cloud containers can be pre-configured before being created. Required data is automatically pulled from the image list when accessing the configuration wizard.
- Directly from the dashboard- Hover over the environment layer and click on the gear icon to select an access option from the list.

after thatDocker layer settingswill appear:

As you can see, the setup consists of 5 sections and the next setup option. You can choose to use the appropriate suggestions below for your topic of interest:
Configuration File Manager
managementconfiguration fileof Ruk-Com Cloud designed forManage filesinside your container (including files that are ready to use/or export by the functionShared Storage Container) and the appropriate tab can be opened by clicking the Config button next to the node (or all layers).

Application Servers: Config consists of 4 main parts:
- Root(File Manager) - Helps to access the filesystem within the container. You can use the data and instance settings in the relevant configuration file.
- Mount Points- List of folders stored on a physical remote node but can be used with the current container via installation.mounting directoriesof the required information
- Exports- List of folders shared with other nodes, e.g.exportMake it available to remote instances while stored locally.
- Favorites- Add favorites of commonly used files and folders for quick and easy access (You can customize your favorites.)
Tips:In cases where the environment layer consists of multiple containers of the same type You can switch these containers directly through the management within the container. By selecting the desired item in the relevant drop-down list.Node ID
This file management method gives full control over the file system without the need for additional tools. However, once you edit and change something and it breaks, it cannot be automatically reverted.
Log Files
Log filesThis is another part of the Ruk-Com Cloud Dashboard that can help you manage your projects. All container cycle information is collected. This may be useful in troubleshooting or debugging your application or service.

Log files within the container are automatically rotated. When the file reaches 50 MB, it will be compressed and moved to the rotated_logs directory if you need to view the file. You must enter the appropriate container information.Via SSHand download the file to check on the machine Compressed logs will be kept for 7 days, after which they will be automatically deleted. It will be considered obsolete information.
SSH Access to Container
If you want to manage your containers through the terminal, you can connect to the container.Via SSH(whether IP/address attached or not) Once connected, you have the freedom to manage your instance directly from your machine.
Moreover, our platform also comes withRuk-Com Cloud CLIIt helps you manage and execute your application's lifecycle using a set of special scripts. Because of this, the commands structure is similar to an API, organized hierarchically. So you are familiar with its use and can work with clients easily.