Question
Centos 7 Docker storage loopback warning
I’m getting message:
“Usage of loopback devices is strongly discouraged for production use. Either use --storage-opt dm.thinpooldev
or use --storage-opt dm.no_warn_on_loop_devices=true
to suppress this warning.” when I run container.
I wanted to create second partition for docker data but on digital ocean it’s not possible.
What is the other good option to fix it?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×