Docker - Intro to virtualization and containers - multichoice questions

Question 1

How does the docker client communicate with the docker server on the same machine?

Question 2

Given the below output to the command docker ps, what is the most likely reason(s) for the error?

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Question 3

Every Linux container can:

Question 4

X is an abstract version of a computer, while Y is an abstract version of an application.

Question 5

Which of the following resources is shared by all containers?