Docker Desktop on Mac OSX 12.4

So I am trying to run docker run ubuntu cat /etc/*release* and it works fine on the Linux playground but on my Mac Desktop it complains with

(base) imac:~ deepdatadude$ docker run ubuntu cat /etc/*release*

cat: '/etc/*release*': No such file or directory

I thought it might be an issue with the zsh shell so changed Shell to bash as above and that didnt work.

As a general matter - I Have been having a hard time with setting up a personal lab on my iMac given the ARM64 architecture [No Virtualbox support or Fusion]. So was hoping to create a bridged playground on Docker. A video in the intro all courses on possible workarounds when using Mac would be very welcome. Meanwhile would appreciate any tips from the Community and thanks in advance for the support

Sandeep

So did a bit of digging around and there may be an option to VMWare and VirtualBox for Mac with Apple Silicon (ARM64). I found below and I have Ubuntu (prebuilt image) running alongside Mac Os without issues.

Going to try to setup CentOS as well

Sandeep

Thanks for sharing this @sjmohan ,

Regards,