Skip to content

Commit 4393513

Browse files
committed
Fix filename typo and resize
1 parent be31aee commit 4393513

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/iot-edge/how-to-use-create-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you use the Azure IoT Tools extensions for Visual Studio or Visual Studio Cod
5555

5656
One tip for writing create options is to use the `docker inspect` command. As part of your development process, run the module locally using `docker run <container name>`. Once you have the module working the way you want it, run `docker inspect <container name>`. This command outputs the module details in JSON format. Find the parameters that you configured, and copy the JSON. For example:
5757

58-
[ ![Results of docker inspect edgeHub](i./media/how-to-use-create-options/docker-inspect-edgehub-inline-and-expanded.png) ](./media/how-to-use-create-options/docker-inspect-edgehub-inline-and-expanded.png#lightbox)
58+
[ ![Results of docker inspect edgeHub](./media/how-to-use-create-options/docker-inspect-edgehub-inline-and-expanded.png) ](./media/how-to-use-create-options/docker-inspect-edgehub-inline-and-expanded.png#lightbox)
5959

6060
## Common scenarios
6161

22.3 KB
Loading

0 commit comments

Comments
 (0)