I have "growing disk space" issues with VFS driver. As mentioned here VFS is not used in production. May be you know what driver should I use in "production" environment?
Asked
Active
Viewed 990 times
1
-
I asked a related question: why is the vfs storage backend not considered suitable for production: http://stackoverflow.com/questions/24736778/why-is-the-docker-vfs-storage-backend-not-considered-suitable-for-production – Markus Miller Jul 14 '14 at 12:50
-
Thank you for your reply, but this question is still actual for me. Is `btrfs` driver good for production? Are there some other drivers? – zergood Jul 15 '14 at 04:43
-
@zergood if you run ``mkfs.btrfs`` you read: ``WARNING! - Btrfs v3.12 IS EXPERIMENTAL WARNING! - see http://btrfs.wiki.kernel.org before using `` on a stable Ubuntu 14.04. May that answer your question? – Deim0s Oct 22 '14 at 08:39