Which of the following is a valid docker inspect command to display the log path?
a) docker inspect –format='{{.LogPath}}’ tomcatContainer
b) docker inspect –format='{{.Path}}’ tomcatContainer
c) docker inspect –format='{{.Log}}’ tomcatContainer
d) None of the options