viam-soleng / viam-docker-manager

Apache License 2.0
1 stars 2 forks source link

Added Port forwarding as configuration option #15

Open felixreichenbach opened 3 months ago

felixreichenbach commented 3 months ago
"run_options": {
    "host_options": {
      "Binds": "viam:/opt",
      "NetworkMode": "default",
      "PortBindings": [
        "1883:1883"
      ],
      "AutoRemove": true
    }
  }