You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulator is not respecting docker status of stopped and is creating and starting containers for modules that have status set as stopped "status": "stopped",
Simply that I want the module to be stopped, disabled, not running. Mainly for development and testing purposes where you just need the module to be stopped with out deleting the entire module from the deployment manifest
Description
Simulator is not respecting docker status of stopped and is creating and starting containers for modules that have status set as stopped
"status": "stopped",
Expected behavior
Simulator start should only create but not start containers for modules that have status set as stopped
"status": "stopped",
Actual behavior
Simulator start is creating and starting containers for modules that have status set as stopped
"status": "stopped",
Steps to Reproduce
A deployment manifest with a stopped module
sudo iotedgedev simulator start
Environment
iotedgedev, version 3.3.7
Python 3.7.15
pip 22.3.1 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
WSL2 Ubuntu 22.04
The text was updated successfully, but these errors were encountered: