Skip to content

Commit 086da35

Browse files
authored
Update docker repo
1 parent 6232239 commit 086da35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can run DDoS Dissector in a docker container. This way, you do not have to i
3232
start analyzing traffic captures right away. The only requirement is to
3333
have [Docker](https://docs.docker.com/get-docker/) installed and running.
3434

35-
1. Pull the docker image from [docker hub](https://hub.docker.com/r/ddosclearinghouse/dissector): `docker pull nladc/dissector`
35+
1. Pull the docker image from [docker hub](https://hub.docker.com/r/nladc/dissector): `docker pull nladc/dissector`
3636
2. Run dissector in a docker container:
3737
```bash
3838
docker run -i --network="host" --env UID=$(id -u) --env GID=$(id -g) \

0 commit comments

Comments
 (0)