What file is the Docker daemon configuration stored in?

A. docker.json
B. dockerconfig.xml
C. daemon.json
D. docker.xml

Answer: C

Computer Science & Information Technology

You might also like to view...

A duplicate slide always appears directly below the ________ slide

Fill in the blank(s) with correct word

Computer Science & Information Technology

Given the following program segment, what data is passed from the Main program to the subprogram named Display?

```Main Declare R As Integer Set R = 2 Call Display(R*6, R+1, 14) End Program Subprogram Display(X, Y, Z) Write X + “, “ + Z + “, “ + Y End Subprogram``` a. 2, 2, 14 b. 12, 3, 14 c. 12, 14, 3 d. this cannot be done

Computer Science & Information Technology