Line 81 of dockerhostdriver.py (request.post inside deploy_image) needs the content type explicitly defined: `headers={"Content-Type":"application/json"}` must be added to the end of the POST
Line 81 of dockerhostdriver.py (request.post inside deploy_image) needs the content type explicitly defined:
headers={"Content-Type":"application/json"}must be added to the end of the POST