Stopping the Installer

In case of tml-installer shutdown, change to the folder where "docker-compose.yml " is copied, then run the following command to stop the tm-installer:
docker-compose down
If a new release of tml-installer needs to be installed, after stopping the current tml-installer container, run the following command to remove the tml-installer Docker image, for example:
docker rmi tml-installer:v5.0.0.1
Note: In the command, adjust the build number v.5.0.0.n accordingly; for example, v5.0.0.1, v5.0.0.2, and so on.
To forcefully remove the tml-installer Docker image, run the following command, for example:
docker rmi -f tml-installer:v5.0.0.1
Note: In the command, adjust the build number v.5.0.0.n accordingly; for example, v5.0.0.1, v5.0.0.2, and so on.