Commit 968ffdc9 by amir

add script

parent 8a3236fb
Showing with 1 additions and 1 deletions
#!/bin/bash
# Delete all containers
docker rm $(docker ps -a -q)
docker rm -f $(docker ps -a -q)
# Delete all dangling images
docker rmi $(docker images -f "dangling=true" -q)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment