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. Prune any dangling Docker network/images/containers/volumes to ensure nothing remains. E.g. on a system where only SImA is using Docker, you could use the following commands:
ATTENTION: Make sure Docker is not in use by other applications. Running the mentioned commands might cause data loss.docker container prune
docker images prune -a
docker volume prune
docker network prune
Sometimes you might need to repeat the Docker prune commands above to ensure no dangling containers, etc. Afterwards, 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.