Skip to content

Instantly share code, notes, and snippets.

@SnowMasaya
Created December 14, 2020 03:15
Show Gist options
  • Save SnowMasaya/e663e274b63f68ab861a24b0e7d81e41 to your computer and use it in GitHub Desktop.
Save SnowMasaya/e663e274b63f68ab861a24b0e7d81e41 to your computer and use it in GitHub Desktop.
deply_deep_stream_Azure_IoT_version2.json
"systemModules": {
"edgeAgent": {
"type": "docker",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-agent:1.0",
"createOptions": {}
}
},
"edgeHub": {
"type": "docker",
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-hub:1.0",
"createOptions": {
"HostConfig": {
"PortBindings": {
"5671/tcp": [
{
"HostPort": "5671"
}
],
"8883/tcp": [
{
"HostPort": "8883"
}
],
"443/tcp": [
{
"HostPort": "443"
}
]
}
}
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment