This website requires JavaScript.
Explore
Help
Sign in
RfidResearchGroup
/
proxmark3
Watch
1
Star
1
Fork
You've already forked proxmark3
0
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2025-01-08 17:18:10 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ea249d7b17
proxmark3
/
docker
/
archlinux
/
docker_rm.sh
5 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
docker scripts
2021-05-23 08:13:18 +08:00
#!/bin/bash
update docker stuff
2023-07-17 09:10:11 +08:00
docker rm
$(
docker ps -aq --filter
ancestor
=
pm3-arch:1.0
)
docker scripts
2021-05-23 08:13:18 +08:00
docker image rm pm3-arch:1.0
Reference in a new issue
Copy permalink