How to uninstall a dockerized service
If, at some point, you want to remove a dockerized service, you can do by performing the following steps:
-
Stop the service
-
Remove the service.
-
Remove the service image
Use this command to find the image used by your service:
The 3rd column should contain your service's IMAGE ID (e.g
b9bbeefe771a).Then, remove the it:
-
Remove the folder