mirror of
https://github.com/videoman/proxmark3-web.git
synced 2025-03-01 09:53:07 +08:00
fixes
This commit is contained in:
parent
e1c7b5493f
commit
1d9f09bef3
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ This will create a new Docker container with the latest Proxmark3 code as well a
|
|||
## Running
|
||||
|
||||
```sh
|
||||
docker run -it --rm --name proxmark \
|
||||
$ docker run -it --rm --name proxmark \
|
||||
-p 8080:8080 \
|
||||
--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.
|
||||
|
|
Loading…
Reference in a new issue