Skip to content

Instantly share code, notes, and snippets.

@yuyalush
Last active October 27, 2017 05:11
Show Gist options
  • Save yuyalush/beba9f162b07baa617fd046e53fa0aa8 to your computer and use it in GitHub Desktop.
Save yuyalush/beba9f162b07baa617fd046e53fa0aa8 to your computer and use it in GitHub Desktop.
az group create --name pakueacinodered --location westus
az container create --name nodered --image nodered/node-red-docker --resource-group pakueacinodered --port 1880 --ip-address public
az container show --name nodered --resource-group pakueacinodered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment