PMM Docker installation - Error response from daemon: failed to copy files: userspace copy failed: %!w(<nil>)

Hello, when I’m trying installl percona through docker with this guide on the step 2 I get the error.
On the step 2 I run docker create --volume /srv \ --name pmm-data \ percona/pmm-server:2 /bin/true and get Error response from daemon: failed to copy files: userspace copy failed: %!w(<nil>). I’ve tired to change /srv to /aaa and it worked out, but tutorial says that it should be /srv. My os - Debian GNU/Linux 10 (buster), docker - `Client:
Version: 20.10.11+dfsg1
API version: 1.41
Go version: go1.17.5
Git commit: dea9396
Built: Tue Dec 14 23:54:43 2021
OS/Arch: linux/amd64
Context: default
Experimental: true

Server:
Engine:
Version: 20.10.11+dfsg1
API version: 1.41 (minimum version 1.12)
Go version: go1.17.5
Git commit: 847da18
Built: Tue Dec 14 23:54:43 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.2~ds1
GitCommit: 1.6.2~ds1-1
runc:
Version: 1.1.0+ds1
GitCommit: 1.1.0+ds1-1
docker-init:
Version: 0.19.0`
I’m new to docker so it might be some stupid error.