While we hate to see you go, if you need to uninstall Dokku, the following may help you out:
# purge dokku from your system
yay -Rsn dokku
# uninstall dokku
yum remove dokku herokuish
# purge dokku from your system
apt-get purge dokku herokuish
# remove any dependencies that are no longer necessary
apt-get autoremove
This is a manual deletion process, and as it is not a recommended installation method, there is currently no automated uninstallation.
All service plugins should be unlinked from applications, stopped, and destroyed.
All applications should be stopped, and all docker containers and images deleted:
# stop all applications
dokku ps:stop --all
# cleanup containers and images
dokku cleanup
The following user/group must be deleted:
dokku
dokku
The following directories must be deleted:
~dokku
/var/lib/dokku
/var/log/dokku