This feature allows you to mount a directory containing operational utilities into the container.
- Must be explicitly configured with a source directory
- Can be disabled with the
--no-ops-utilsflag or with the following yaml in the ocm-container config file:
features:
ops_utils:
enabled: falseThe following config options are provided for the ops-utils functionality:
features:
ops_utils:
# Path to the directory containing your ops utilities
# This is required for the feature to work
source_dir: /path/to/ops/utils
# Mount options - either 'ro' (read-only) or 'rw' (read-write)
# Defaults to 'ro'
mount_options: roThe utilities will be mounted at /root/ops-utils inside the container.