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

uninstall procedure #50

Closed
ripudamank2 opened this issue Jul 13, 2024 · 1 comment
Closed

uninstall procedure #50

ripudamank2 opened this issue Jul 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ripudamank2
Copy link

whats the procedure to uninstall iic-osic-tool from ubuntu machine .
I am running out of memory

@hpretl
Copy link
Member

hpretl commented Jul 16, 2024

  1. You can list running container with docker container ls. This shows all the CONTAINERID.
  2. Stop all of them using docker container stop <CONTAINERID>.
  3. Then show all the images with docker image ls.
  4. Remove all images with docker image rm <IMAGEID>.
  5. Remove the directory where you have cloned the GitHub repo.

@hpretl hpretl added the question Further information is requested label Jul 17, 2024
@hpretl hpretl closed this as completed Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants