Day 48: VM and ACR Integration for Storage

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.

thanks @rob_kodekloud for your quick response. Any idea when this will be fixed?

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.

Thanks for the update. I’m waiting for it to be fixed. @rob_kodekloud

Any update on this? @rob_kodekloud

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.

@svejk thanks I will give it a try since the issue is not resolved as of now.