Skip to content

Instantly share code, notes, and snippets.

@veyalla
Created February 20, 2020 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veyalla/5e18b4ba1c0a117702a0c4d082154959 to your computer and use it in GitHub Desktop.
Save veyalla/5e18b4ba1c0a117702a0c4d082154959 to your computer and use it in GitHub Desktop.
{
"HostConfig": {
"Privileged": true
},
"k8s-experimental": {
"volumes": [
{
"volume": {
"name": "dev-video0",
"hostPath": {
"path": "/dev/video0"
}
},
"volumeMounts": [
{
"name": "dev-video0",
"mountPath": "/dev/video0"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment