求帮助:debian执行docker run 报错failed to create endpoint platform-mysql on network bridge

Debian GNU/Linux 11 (bullseye)执行下面命令报错( failed to create endpoint platform-mysql on network bridge)
oot@AiGateway:/home/pnc/home/xyc-platform# docker run -p 17500:3306 --name=platform-mysql --privileged=true --restart=always -v $PWD/mysql/conf:/etc/mysql/conf.d -v $PWD/mysql/logs:/logs -v $PWD/mysql/data:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=123456 -d registry.cn-hangzhou.aliyuncs.com/aliyun_ww_namespace/linux_aarch64_mysql:8.0
096af8f8c1a64183effa04c97bbc32b3880dee7add06c2e0eb66ec5e49c4a910
docker: Error response from daemon: failed to create endpoint platform-mysql on network bridge: failed to add the host (veth04884ec) <=> sandbox (veth25cdd54) pair interfaces: operation not supported.