Captain's log, stardate [-26]0505.00
This week in review: rain, chicken tenders and Catch-22
Chenna Kautilya | Makes Robots Move
This week in review: rain, chicken tenders and Catch-22
This week in review: slacking off!! I did not keep up with writing updates this week. I wasn’t really busy, I was just lazy. In other news, I started using Borg backup system.
Happy Thanksgiving!! I am in a food coma!
Docker jargon
Docker uses Copy on Write and union file system to optimize resource usage. It uses Overlayfs filesystem architecture as one of the storage driver to manage file changes1.
Docker Compose is a tool with which you can define multiple containers that your application needs and launch all of them with one command. For example, if your application has a HTTP Server, SQL Database, and a logging framework, you can define all of them in separate containers and launch them using Docker Compose.
This week in review: testing and debugging across the stack, early and late binding, GNU Parallel!