Skip to content

Commit

Permalink
Use --cap-add=NET_ADMIN by default for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 18, 2024
1 parent e1518d1 commit e437b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrunner/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ executable: "sitespeed.io"
# extraparameters will be passed omn to Docker, between docker run and the container name
docker:
container: "sitespeedio/sitespeed.io:latest"
extraparameters:
extraparameters: "--cap-add=NET_ADMIN"

0 comments on commit e437b57

Please sign in to comment.