viam-soleng / viam-docker-manager

Apache License 2.0
1 stars 2 forks source link

Added "host_options" as a field to "run_options" #11

Closed williamjhyland closed 5 months ago

williamjhyland commented 5 months ago

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"
    ]
  }