Skip to content

Commit

Permalink
Merge pull request #1 from hillhack/hillhack-develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hillhack authored Jan 10, 2025
2 parents 232ba5b + c253c29 commit 043cf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Redis >= 7.0.4 for interprocess communication.
The recommended way to use Slips is on Docker.

#### Linux and Windows hosts
Do not use --net=host if you want to access the internal container's ports from the host.
```
docker run --rm -it -p 55000:55000 --cpu-shares "700" --memory="8g" --memory-swap="8g" --net=host --cap-add=NET_ADMIN --name slips stratosphereips/slips:latest
```
Expand Down

0 comments on commit 043cf09

Please sign in to comment.