Hi,
While performing the lab for azure day 48 I’m facing an issue that I’m not able to build the image based on the provided docker file on the azure client.
I’m attaching the error for your reference.
Hi,
While performing the lab for azure day 48 I’m facing an issue that I’m not able to build the image based on the provided docker file on the azure client.
I’m attaching the error for your reference.
I just saw this in an AWS lab; your problem is the same – docker is not running right. I’ve added you to that issue.
Looks like the engineer missed my flag of this lab in the previous issue. I’ve made him aware that your lab still needs attention.
I was able to work around it by scp-ing the Python source to the Ubuntu VM under construction. Since it already has the docker tools and az installed, one can build and push there. But one shouldn’t do it this way in a real production environment.