Skip to content

Instantly share code, notes, and snippets.

@yuyalush
Last active October 27, 2017 06:39
Show Gist options
  • Save yuyalush/2c098f1fecb5ba211607aa97a9634bfd to your computer and use it in GitHub Desktop.
Save yuyalush/2c098f1fecb5ba211607aa97a9634bfd to your computer and use it in GitHub Desktop.
AzureでNode-REDを手っ取り早く動かす方法 ref: http://qiita.com/yuyalush/items/e081da453bd7a3cb7cd6
az group create -n pakueacinodered --location westus
az container create -n nodered --image nodered/node-red-docker -g pakueacinodered --port 1880 --ip-address public
az container show -n nodered -g pakueacinodered
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