From 1d9f09bef3a62323204c3de3e6fbb48733c5e478 Mon Sep 17 00:00:00 2001 From: Ian Foster Date: Mon, 7 Dec 2020 19:44:45 -0800 Subject: [PATCH] fixes --- docker/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker.md b/docker/docker.md index 25cb620..4549270 100644 --- a/docker/docker.md +++ b/docker/docker.md @@ -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.