Last active
October 27, 2017 06:39
-
-
Save yuyalush/2c098f1fecb5ba211607aa97a9634bfd to your computer and use it in GitHub Desktop.
AzureでNode-REDを手っ取り早く動かす方法 ref: http://qiita.com/yuyalush/items/e081da453bd7a3cb7cd6
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
az group create -n pakueacinodered --location westus |
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
az container create -n nodered --image nodered/node-red-docker -g pakueacinodered --port 1880 --ip-address public |
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
az container show -n nodered -g pakueacinodered |
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
az container delete -n nodered -g pakueacinodered |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment