Skip to content

Commit

Permalink
update(.devcontainer): run privileged
Browse files Browse the repository at this point in the history
This allows us to test traffico and traffico-cni on a devcontainer/codespace

Co-Authored-By: Leonardo Di Donato <[email protected]>
  • Loading branch information
fntlnz and leodido committed Jun 1, 2022
1 parent 9ebb504 commit 66437f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
]
}
},
"runArgs": [
"--privileged"
],
"forwardPorts": []
}

0 comments on commit 66437f5

Please sign in to comment.