Created
September 16, 2020 12:52
-
-
Save ThomasPe/13da460fe81971ee289fc72bbd64db3e to your computer and use it in GitHub Desktop.
Module Deployment Configuration for using Bluetooth / BLE in Docker Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"modules": { | |
"BLEModule": { | |
"version": "1.0", | |
"type": "docker", | |
"status": "running", | |
"restartPolicy": "always", | |
"settings": { | |
"image": "${MODULES.BLEModule}", | |
"createOptions": { | |
"NetworkingConfig": { | |
"EndpointsConfig": { | |
"host": {} | |
} | |
}, | |
"HostConfig": { | |
"NetworkMode": "host", | |
"Privileged": true | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment