Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created March 19, 2019 20:35
Show Gist options
  • Save cicorias/96efc476df9bd2eb40e751bf6f7bafa1 to your computer and use it in GitHub Desktop.
Save cicorias/96efc476df9bd2eb40e751bf6f7bafa1 to your computer and use it in GitHub Desktop.
run iot simulator in windows venv
docker build --rm -f "c:\g\cse\mqtt\app\mosquitto_authn\modules\sender\Dockerfile.amd64" -t localhost:5000/sender:0.0.1-amd64 "c:\g\cse\mqtt\app\mosquitto_authn\modules\sender" ; if ($?) { iotedgehubdev start -d "c:\g\cse\mqtt\app\mosquitto_authn\config\deployment.amd64.json" -v }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment