Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to uninstall a plugin? #519

Closed
arechsteiner opened this issue Apr 1, 2014 · 6 comments
Closed

How to uninstall a plugin? #519

arechsteiner opened this issue Apr 1, 2014 · 6 comments

Comments

@arechsteiner
Copy link

I've installed dokku-bower-install as described on their GitHub readme. Now I get the nasty ! [remote rejected] master -> master (pre-receive hook declined) error when pushing a node.js application. Not sure if it's the plugins fault, but before the install it worked, so there's that. So general question:

How to uninstall this (or any other) plugin properly?

The Wiki Page only states how to create and install plugins, not how to remove them.

@AlJohri
Copy link
Contributor

AlJohri commented Apr 1, 2014

rm -rf /var/lib/dokku/plugins/dokku-bower-install

@arechsteiner
Copy link
Author

@AlJohri: Does the install routine not modify anything outside the plugin directory then?

@AlJohri
Copy link
Contributor

AlJohri commented Apr 1, 2014

list containers on server sudo docker ps -a
list images on server sudo docker images

if any containers or images were created by a plugin, feel free to delete them using sudo docker rm (container) or sudo docker rmi (image)

@arechsteiner
Copy link
Author

Okay, thank you. My error is still there but now at least I know it's not the plugin.

@g8d3
Copy link

g8d3 commented Jul 7, 2015

Thanks @AlJohri.

@josegonzalez
Copy link
Member

@juanpastas please do not comment on old issues unless you are encountering the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants