mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
docker rm -f $(docker ps -aq)
|
|
docker volume rm $(docker volume ls -q)
|