proxmark3/docker/parrot-core-latest/docker_rm.sh

5 lines
134 B
Bash
Raw Normal View History

2021-12-15 08:27:24 +08:00
#!/bin/bash
2023-07-17 09:10:11 +08:00
docker rm $(docker ps -aq --filter ancestor=pm3-parrotsec-core-latest:1.0)
2021-12-15 08:27:24 +08:00
docker image rm pm3-parrotsec-core-latest:1.0