⚠️Verifier Deletion
Proceed carefully when initiating this deletion process
List Available Docker Container
docker ps -aStop Docker Container
docker stop [container_name_or_id]Delete Docker Container
docker rm -f [container_name_or_id]List Available Docker Images
docker imagesRemove Docker Image
docker rmi [container_name_or_id]Remove Directory (Optional)
rm -rf $(pwd)/nillionIf you want to delete all & rerun with the latest block simply paste this code below
Last updated