Docker pull cannot download image with operating system "linux" when requesting "windows" issue

When I use docker pull to pull an image I created on Windows that is Linux based with Experimental Features enabled, it responds with this:

cannot download image with operating system "linux" when requesting "windows"

I can run this image just fine since LCOW is on, but it seems pull isn’t aware of that.

Is there a work around for this besides having a Linux VM or something similar to download the image?