You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Dear web designer, let's stop breaking the affordance of scrolling](https://medium.com/user-experience-design-1/dear-web-designer-let-s-stop-breaking-the-affordance-of-scrolling-fe8bf258df7b)
*[Docker tricks of the trade and best practices thoughts](http://www.carlboettiger.info/2014/08/29/docker-notes.html)
125
136
*[Understanding Docker cache for faster builds](http://thenewstack.io/understanding-the-docker-cache-for-faster-builds/)
137
+
*[**Security best practices for Dockerfile**](http://linux-audit.com/security-best-practices-for-building-docker-images/)
138
+
*[**Dockerfile best practices**](https://github.com/docker/docker/blob/master/docs/sources/articles/dockerfile_best-practices.md)
126
139
127
140
A Docker image is made up of filesystem layered over each other. First layer is the `bootfs` and next layer is the `rootfs`. More filesystem will be union mounted to appear as one filesystem. Docker calls each of these filesystems images.
128
141
@@ -379,6 +392,9 @@ Logging, Backup, Metric, etc.
379
392
*[fluentd](http://www.fluentd.org/)
380
393
*[Docker and Logstash](https://denibertovic.com/post/docker-and-logstash-smarter-log-management-for-your-containers/)
381
394
*[The state of logging on Docker](https://blog.logentries.com/2014/03/the-state-of-logging-on-docker/)
395
+
*[Mount to log volume and use logrotate to manage it](http://0x74696d.com/posts/docker-logging/)
396
+
*[**Docker logs - aggregating with ease**](http://stackengine.com/docker-logs-aggregating-ease/)
397
+
*[Add log rotation signal handling to docker daemon - GitHub issue](https://github.com/docker/docker/issues/7333)
382
398
383
399
Logging (logstash, Kibana?), monitoring, and health management.
0 commit comments