Summary
As discussed in this chapter, Docker is a fast moving technology. While this book has been in production, there have been three major versions released from 1.7 to 1.9; with each release Docker has become more stable and more powerful.
In this chapter, we have looked at different ways to implement the technologies that have been discussed in the previous chapters of this book. By now, you should have an idea of which approach is appropriate to monitor your containers and host machines, for both your application and for the way the application has been deployed using Docker.
No matter which approach you chose to take, it is important that you stay up-to-date with Docker's development and also the new monitoring technologies as they emerge, the following links are good starting points to keep yourself informed:
- Docker Engineering Blog: http://blog.docker.com/category/engineering/
- Docker on Twitter: https://twitter.com/docker
- Docker on Reddit: https://www.reddit.com/r/docker
- Docker...