Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@williamjhyland williamjhyland released this 10 May 20:51
· 5 commits to main since this release
068282a

Added "host_options" as a field to "run_options":

Example of how the config might look.

"run_options": {
    "host_options": {
      "AutoRemove": true,
      "Binds": "viam:/opt/ws/install",
      "NetworkMode": "host"
    },
    "entry_point_args": [
      "sleep",
      "100000"
    ]
  }