DominicBreuker / stego-toolkit

Collection of steganography tools - helps with CTF challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninstaller

ngelus opened this issue · comments

Please add an uninstaller. It's taking up too much space and I want to remove it.

You did use Docker to run the thing, did you? If yes, uninstall is very easy. It should be something like docker image rm dominicbreuker/stego-toolkit. This command deletes the image. Run docker image ls before and after to verify. The latter command lists all the images you have on your machine.

For reference, check the Docker CLI docs here: https://docs.docker.com/engine/reference/commandline/image_rm/

closing this one. hope it worked