proxmark3/docker/parrot-core-latest/docker_rm.sh
2023-07-17 03:10:11 +02:00

5 lines
134 B
Bash

#!/bin/bash
docker rm $(docker ps -aq --filter ancestor=pm3-parrotsec-core-latest:1.0)
docker image rm pm3-parrotsec-core-latest:1.0