File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -251,9 +251,18 @@ The following steps illustrate how to pull a Docker image of **edgeAgent** and *
251
251
252
252
1 . In the text editor, change your image values under `[agent.config]`. Replace the values in brackets with your own.
253
253
254
- ```bash
254
+ ```toml
255
255
[agent.config ]
256
- Image = "<registry-name/server>/azureiotedge-agent:1.4"
256
+ image = "<registry-name/server>/azureiotedge-agent:1.4"
257
+ ```
258
+
259
+ 1 . If your private registry requires authentication, set the authentication parameters in `[agent.config.auth]`.
260
+
261
+ ```toml
262
+ [agent.config.auth ]
263
+ serveraddress = "<login-server>" # Almost always equivalent to <registry-name/server>
264
+ username = "<username>"
265
+ password = "<password>"
257
266
```
258
267
259
268
1 . Save your changes and exit your text editor.
@@ -531,4 +540,4 @@ These constraints can be applied to individual modules by using create options i
531
540
## Next steps
532
541
533
542
* Learn more about [IoT Edge automatic deployment](module-deployment-monitoring.md).
534
- * See how IoT Edge supports [Continuous integration and continuous deployment](how-to-continuous-integration-continuous-deployment.md).
543
+ * See how IoT Edge supports [Continuous integration and continuous deployment](how-to-continuous-integration-continuous-deployment.md).
You can’t perform that action at this time.
0 commit comments