-
Notifications
You must be signed in to change notification settings - Fork 70
run modules on simulator
Github edited this page May 17, 2022
·
1 revision
In order to run the modules defined in a deployment configuration (such as config/deployment.amd64.json
) on your development machine using the iotedgedev
simulator run the following command:
iotedgedev start --setup --file config/deployment.amd64.json
The IoT Edge Hub Simulator starts the containers defined in the IoT edge device manifest in your local machine.
More information
- You will see an "IoT Edge Simulator has been started in solution mode." message at the end of the terminal output
- Run
docker ps
, you will see your modules running as well as an edgeHubDev container