- False – the Docker client communicates via the Docker API.
- False – the Docker Engine runs natively on Linux.
- False – Docker images are published to Docker registries for download.
- You need to enable the Expose daemon on tcp://localhost:2375 without TLS setting under General settings, and ensure the DOCKER_HOST environment variable is set to localhost:2375 wherever you run the Docker client.
- True.
- You need to add the USER_BASE/bin path to your PATH environment variable. You can determine the USER_BASE portion by running the python -m site --user-base command.