RPM Package¶
This can be installed with e.g.
sudo rpm -i mdsbom_0.1.0-1_amd64.deb
The RPM package will handle installing a systemd unit which will start the observability service on boot, and configuring a mdsbom
group for query access.
You will need to add users to this group post-installation.
This can be done with e.g. sudo usermod -aG mdsbom USER
, where USER
is the name of the user to add.
Container Engine Configuration¶
Container engine configuration for supported container engines can be interactively applied by running mdsbom configure-container-engine
after installing the Debian package.
This will require root permissions, and will confirm all changes prior to applying them.
If you do not wish to use the interactive container configuration wizard, please refer to the manual installation guide for instructions on the required configuration to apply.