In correlation with the end of life (EOL) date for MSR 4.0.x, Mirantis
stopped maintaining this documentation version as of July 17, 2026. The
latest MSR product documentation is available
here.
Manage MSR with Docker Compose#
You can manage MSR services using Docker Compose commands. For example:
- To stop MSR services:
sudo docker compose down
- To restart MSR services:
sudo docker compose up -d
- To view service logs for troubleshooting:
sudo docker compose logs <SERVICE-NAME>