Q28 Single choice Mark for later How do you change the default logging driver for the docker daemon in Linux? A Set the value of log-driver to the name of the logging driver In the daemon.json In /etc/doc B Use the -log-driver' flag when you run a container. C At the command line, type: docker log driver set <driver name> D Install a logging agent on the Linux host. Correct answer