Automatically builds an environment with the following tools:
docker run -it --rm --privileged -v /dev/bus/usb:/dev/bus/usb andremiras/nfc-tools
Run your favorite nfc tool.
mfoc -O /tmp/mycard.mfd
Then copy the mycard.mfd output file to your host current directory using docker cp.
docker cp <CONTAINER>:/tmp/mycard.mfd ./
Automatically clone and build:
docker build -t nfc-tools https://github.com/AndreMiras/dockerfiles.git#develop:nfc-tools
Or clone it yourself, then build it:
git clone https://github.com/AndreMiras/dockerfiles.git
cd dockerfiles/nfc-tools/
docker build -t nfc-tools .
Content type
Image
Digest
Size
169.1 MB
Last updated
almost 7 years ago
docker pull andremiras/nfc-tools