WARNING: The following steps will remove all critical data. Only execute these steps if a full backup has been captured, or if the Signal Image Artist installation is no longer required.
To remove the SImA installation follow these steps:
1. Undeploy the container stack.
2. Execute the clear.sh
script found in the SImA installation directory.
3. Delete the SImA installation directory.
4. Remove all unused Docker data by pruning the Docker component data.
ATTENTION: Only execute the below commands if Docker is not in use by any other applications. Running the mentioned commands may cause data loss.
docker container prune
docker image prune -a
docker volume prune -a
docker network prune
After pruning, Docker should report no volumes, containers or images and only the default networks should be listed, i.e. nothing referencing SImA.
Comments
0 comments
Article is closed for comments.