Issue on C4_W1_Lab_2_TFS_Docker on mac with Apple chip

I have an issue running the docker image from this lab. If you have a mac with new apple chip it will not run because it is build for linux/amd64. A different docker images needs to be build , something like:
docker build . -t $TAG --no-cache --platform linux/arm64.

THEN, the docker pull options may need to change to something different. Maybe the image already exists, then only the pull options need update.
is that the case?

Docker support for new macs still is in the works. Please post on github or docker lists to address mac specific issues.