mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-28 20:44:20 +00:00
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/bash
|
|
|
|
. docker_conf
|
|
docker rm $(docker ps -aq --filter ancestor="$DOCKER_IMAGE")
|
|
docker image rm "$DOCKER_IMAGE"
|