Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Fixing remote monitoring setup script #427

Closed sakimsft closed 5 years ago

sakimsft commented 5 years ago

Description and Motivation

Apply a fix made for device simulation to remote monitoring as well. Change list:

  1. Fix scripts to work with other shells other than Bash
  2. Add retry logic for installing docker ce
  3. Add setup wrapper sh to manage log properly (now logged in VM, /app/setup.log)

Change type

Checklist:


This change is Reviewable