Q. What Swarm feature allows you to mount immutable configuration files into containers?
β
Correct Answer: (B)
Configs
Explanation: docker config create stores non-sensitive configuration data and mounts it read-only into tasks.