Sign inSign up

andremiras/nfc-tools

By andremiras

Updated almost 7 years ago

Image
0

264

andremiras/nfc-tools repository overview

NFC Tools Docker image

Docker Build

Automatically builds an environment with the following tools:

Run

docker run -it --rm --privileged -v /dev/bus/usb:/dev/bus/usb andremiras/nfc-tools

Usage example

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 ./

Build

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 .

Tag summary

Content type

Image

Digest

Size

169.1 MB

Last updated

almost 7 years ago

docker pull andremiras/nfc-tools