0 votes
in Docker by

Which of the following is not a valid storage driver for Docker?

a) aufs

b) btrfs

c) zfs

d) ntfs

1 Answer

0 votes
by
d) ntfs

Explanation:

NTFS is a filesystem used by Windows, but it's not a storage driver for Docker. Docker supports storage drivers like aufs, btrfs, zfs, and others depending on the platform
...