⚠️Verifier Deletion

Proceed carefully when initiating this deletion process

List Available Docker Container

docker ps -a

Stop Docker Container

docker stop [container_name_or_id]

Delete Docker Container

docker rm -f [container_name_or_id]

List Available Docker Images

docker images

Remove Docker Image

docker rmi [container_name_or_id]

Remove Directory (Optional)

rm -rf $(pwd)/nillion

If you want to delete all & rerun with the latest block simply paste this code below

Last updated