Skip to content

Commit 530e397

Browse files
author
Laluka
committed
updated readme
1 parent f2f1c1f commit 530e397

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,7 @@ cat /tmp/tmpRANDOM-bypass-url-parser/triaged-bypass.json | jq -r '.results[].re
121121
### DOCKER
122122
123123
```bash
124-
docker build -t thelaluka/bypass-url-parser:latest .
125-
docker run --rm -it --net=host -v "$PWD:/host" thelaluka/bypass-url-parser:latest -u http://127.0.0.1:8000/dummy
126-
docker run --rm -it --net=host -v "$PWD:/host" thelaluka/bypass-url-parser:latest -u /host/urls.lst
127-
# TODO later, tag & push releases to dockerhub :)
128-
# -t thelaluka/bypass-url-parser:0.2.0
129-
# docker push thelaluka/bypass-url-parser:latest
124+
docker run --rm -it ghcr.io/laluka/bypass-url-parser:latest --help
130125
```
131126
132127
## More about supported arguments

0 commit comments

Comments
 (0)