Skip to content

Commit be31aee

Browse files
committed
Trying lightbox to expand screenshot
1 parent 343e279 commit be31aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: kgremban
66
manager: philmea
77
ms.author: kgremban
8-
ms.date: 03/16/2020
8+
ms.date: 04/01/2020
99
ms.topic: conceptual
1010
ms.service: iot-edge
1111
services: iot-edge
@@ -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](./media/how-to-use-create-options/docker-inspect-edgehub.png)
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)
5959

6060
## Common scenarios
6161

0 commit comments

Comments
 (0)