Created
March 19, 2019 20:35
-
-
Save cicorias/96efc476df9bd2eb40e751bf6f7bafa1 to your computer and use it in GitHub Desktop.
run iot simulator in windows venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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