0 votes
in Docker by

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

1 Answer

0 votes
by
a) docker inspect –format='{{.LogPath}}’ tomcatContainer

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...