Skip to content

Commit

Permalink
Document the super-config's agent.config.createOptions value format m…
Browse files Browse the repository at this point in the history
…ore clearly. (#4729) (#4743)

Cherry-pick from master of 28ec7b5
  • Loading branch information
arsing authored Mar 31, 2021
1 parent 9a04cac commit 76c4b70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion edgelet/contrib/config/linux/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
#
# If you need to override the parameters of the default Edge Agent module,
# uncomment this section and replace the values in this section with your own.
#
# Note that the agent.config.createOptions field is specified as
# a TOML inline table. This format looks similar to JSON but it is not JSON.
# See https://toml.io/en/v1.0.0#inline-table for documentation.

# [agent]
# name = "edgeAgent"
Expand All @@ -212,7 +216,7 @@

# [agent.config]
# image = "mcr.microsoft.com/azureiotedge-agent:1.2.0-rc4"
# createOptions = { } # Docker container create options, in TOML format.
# createOptions = { HostConfig = { Binds = ["/iotedge/storage:/iotedge/storage"] } }

# [agent.config.auth]
# serveraddress = "example.azurecr.io"
Expand All @@ -222,6 +226,7 @@
# [agent.env]
# "RuntimeLogLevel" = "debug"
# "UpstreamProtocol" = "AmqpWs"
# "storageFolder" = "/iotedge/storage"


# ==============================================================================
Expand Down

0 comments on commit 76c4b70

Please sign in to comment.