examples icon indicating copy to clipboard operation
examples copied to clipboard

Add samples that require --net=host to examples repo

Open bmpotter opened this issue 4 years ago • 1 comments

In 4.0 anax now supports this. There are 2 things that must be set:

  • In the service definition deployment field: "network": "host"
  • In the node policy properties: "openhorizon.allowPrivileged": true (See Node built-in properties )

Let's discuss which sample is the best illustration of using this.

bmpotter avatar Feb 26 '20 13:02 bmpotter

Possible example to add for this issue when the times comes: https://github.com/t-fine/Wifi-Signal-Strength-Mapping

t-fine avatar Oct 28 '20 22:10 t-fine