Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide authored May 14, 2018
1 parent d90ab6f commit 22ba160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bad-http-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker build -t bad-http-server .
Run the image, exposing the bad server on localhost:8080:

```sh
docker run --rm --cap-add NET_ADMIN -p 8080:8080 bad-http-server
docker run -ti --rm --cap-add NET_ADMIN -p 8080:8080 bad-http-server
```

The `NET_ADMIN` capability needs to be added for the initial iptables commands in [`entrypoint.sh`](./entrypoint.sh).

0 comments on commit 22ba160

Please sign in to comment.