Uninstall FileAgo
CAUTION: Only execute the below commands if you wish to remove FileAgo and all its data from your server.
Remove FileAgo data
# cd /etc/fileago
# docker-compose -f docker-compose.yml stop
# docker-compose -f docker-compose.yml rm -f
# cd /root
# rm -rf /etc/fileago /opt/fileago
The above commands should remove the FileAgo data from your server.
Remove docker images
In order to remove the docker containers, execute:
# docker images
and then remove each image one by one:
# docker image rm <id>