The most direct way is to list all your volumes with docker volume ls, then delete them one by one with docker volume rm. You can also use docker system prune ...
確定! 回上一頁