Docker on UBUNTU 22 cannot create symlink on external disk

I want to use a big external USB disk to stock big containers.
Everything seems to work well but at the end of the container creation,disk
docker try to create symbolic links on the external disk for directories on the
main disk…and the I get a “not permitted”.

How can I get out from that situation ?

Thanks.

Please, show the exact error messages and what commands you ran. Also the exact version of your Docker installaton. The folllowing commands can show that:

docker version
docker info

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.