Docker on Amazon Web Services
上QQ阅读APP看书,第一时间看更新

Questions

  1. True/false: The Docker client communicates with the Docker Engine using named pipes.
  2. True/false: The Docker Engine runs natively on macOS.
  3. True/false: Docker images are published to the Docker store for download.
  4. 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?
  5. True/false: Volumes, networks, containers, images, and services are all entities that you can work with using Docker.
  6. You install Docker Compose by running the pip install docker-compose --user command flag, however you receive a message stating docker-compose: not found when attempting to run the program. How can you resolve this?