Docker WSL 2 stopped when using docker export/save/commit command

I am trying to export a zeppelin image which contains some installations libraries by mysely. When I use docker export/save/commit command, the Docker Desktop WSL 2 backend stopped automatically and then the connection between my desktop and the Ubuntu virtual machine is lost(it says “Socket error Event: 32 Error: 10053.”); however when I tested other dcoker images all three docker commands work fine. I noticed that the zeppelin image is pretty large(7.5 GB) while other images I tested are around 30 MB. Can anyone help? Thanks so much in advance.

image