Docker compose gets stuck on "exporting layers"

Hello, I have made a new VM with manjaro and BTRFS on AMD64 platform.
I have installed docker with command:

# pacman -S docker docker-compose

and I tried to build a custom .yml with command:

# docker compose up -d --build

the command gets stuck on “exporting layers”. After a long time it goes to timeout.
The same configuration was working with ext4 filesystem.
Are you aware of any issue of Docker with BTRFS filesystem?

after probably 2 hours it fails with the following error code:

failed to receive status: rpc error: code = Unavailable desc = error reading from server: EOF

Did you manage to solve it? I have the same issue :frowning:

No.
This is a VM. I reinstalled the VM and I had the same problem.
I am now using Centos9.
Please let me know if you find anything.