Permissions
{
"ExposedPorts": {
"80/tcp": {}
},
"HostConfig": {
"Binds": [
"/usr/blueos/extensions/node-red:/data:rw",
"/etc/hostname:/etc/hostname:ro",
"/dev:/dev:rw",
"/:/home/workspace/host:rw"
],
"PortBindings": {
"80/tcp": [
{
"HostPort": ""
}
]
},
"Privileged": true
}
}