Skip to content

How do I "uninstall" Reach? #1214

Answered by hamirmahal
hamirmahal asked this question in Q&A
Discussion options

You must be logged in to vote

If you're using the reach command line tool with Docker, you can "uninstall" Reach using the following three steps.

  1. reach down: Halt all Dockerized Reach services and devnets.
  2. Delete the reach script.
  3. Delete all Reach Docker images
docker image rm -f $(docker image ls -qa reachsh/* |uniq); docker image rm -f postgres:11-alpine

Note that this doesn't affect any installations of @reach-sh/stdlib that may be in your node_modules/ folder in a JavaScript project.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hamirmahal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
1 participant