Chapter 10. Getting Help and Tips and Tricks
In this chapter, we will see the following recipes:
- Starting Docker in debug mode
- Building a Docker binary from the source
- Building images without using cached layers
- Building your own bridge for container communication
- Changing the default execution driver of Docker
- Selecting the logging driver for containers
- Getting real-time Docker events for containers
Introduction
We'll become more curious as we learn more about Docker. Mailing lists and IRC channels are the best places to get help, learn, and share knowledge about Docker. Docker has a few IRC channels on the free node, such as #docker
and #docker-dev
, to discuss Docker in general and dev-related stuff respectively. Similarly, Docker has two mailing lists:
- The Docker user list available at https://groups.google.com/forum/#!forum/docker-user
- The Docker dev list available at https://groups.google.com/forum/#!forum/docker-dev
While working on Docker, if you find any bugs, you can report...