This commit is contained in:
Ian Foster 2020-12-07 19:44:45 -08:00
parent e1c7b5493f
commit 1d9f09bef3

View file

@ -15,10 +15,10 @@ This will create a new Docker container with the latest Proxmark3 code as well a
## Running ## Running
```sh ```sh
docker run -it --rm --name proxmark \ $ docker run -it --rm --name proxmark \
-p 8080:8080 \ -p 8080:8080 \
--device=/dev/ttyACM0 \ --device=/dev/ttyACM0 \
proxmark proxmark3-web
``` ```
Be sure to pass the Proxmark device to the container, it should be `/dev/ttyACM0` on most Linux systems. Be sure to pass the Proxmark device to the container, it should be `/dev/ttyACM0` on most Linux systems.