When you use Docker on a Windows Server 2016 container host, where do you obtain the base operating system images that you can deploy in a container?

A. Windows repository
B. Windows Container Hub
C. Microsoft repository
D. Docker Hub repository


Answer: D

Computer Science & Information Technology

You might also like to view...

Assume the following environment

``` #define MAX 50 int a[MAX], i, j, temp; ``` What is the maximum valid subscript value for array a? a. 0 b. 49 c. 50 d. a[50] e. none of the above

Computer Science & Information Technology

Which command below runs TestProgram, and passes in the values files.txt and 3?

a. java TestProgram files.txt 3. b. java TestProgram files.txt, 3. c. java TestProgram "files.txt", "3". d. None of the above.

Computer Science & Information Technology

Authentication server scripts more secure than workstation login scripts because ________.

a) a single login allows a user access to multiple applications b) user passwords are encrypted to hide them from other users c) passwords are maintained in only one (typically secure) location d) none of the above

Computer Science & Information Technology

An object has ____, as defined by the methods of its class.

A. state B. identity C. scope D. behavior

Computer Science & Information Technology