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 system.
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 system prune --all --volumes
Alternatively, the Docker component data can be pruned individually, using:
docker container prune
docker images prune -a
docker volume prune
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.