Container Manager Global Configuration Guide

This document describes the global configuration file (container-manager.json) used by Container Manager.

Overview

The Container Manager Configuration File (container-manager.json) contains global settings that apply to the entire Container Manager instance, including network bridges and system-wide mount operations.


Container Manager Configuration File

Global configuration for the entire Container Manager.

Minimum Configuration Example

{
    "configdir": "/opt/container/conf/",
    "etherbridge": [
        {
            "name": "lxcbr0"
        }
    ],
    "operation": {
        "mount": []
    }
}

Configuration Items

configdir (Required)

etherbridge (Optional)


Troubleshooting

Common Errors

1. "Json file error"

2. "mandatory value"

3. Bridge not found

4. Mount failure


References