True/false: The Docker client communicates with the Docker Engine using named pipes.
True/false: The Docker Engine runs natively on macOS.
True/false: Docker images are published to the Docker store for download.
You install the Windows subsystem for Linux and install a Docker client. Your Docker client cannot communicate with your Docker for Windows installation. How can you resolve this?
True/false: Volumes, networks, containers, images, and services are all entities that you can work with using Docker.
You install Docker Compose by running thepip install docker-compose --usercommand flag, however you receive a message statingdocker-compose: not foundwhen attempting to run the program. How can you resolve this?