I start SonarQube through docker. The version: sonarqube:7.9-community
I created a custom quality profile. If I delete a container and create a new one, this profile with rules will be removed.
The goal is to save this profile and import it when a new container will be created.
It can be done manually: back up and restore.
If I back up a profile manually, save this file.
And when creating a new container through docker, can I configure creating with this profile instantly
(without doing it manually)?