5 Containerizing applications
This chapter covers
- Installing and using basic Docker commands
- Running container images through the container registry
- Making applications portable and runtimes version-controlled
- Understanding hosting containers in registries
- Building, running, and pushing containers using a local machine
Back in the late 1900s, we had to insert disks and cartridges into our devices to run software or play games. Continuously updating these applications was mostly impossible, so developers worked tirelessly to ensure these applications were locked and as bug-free as possible before their release. As you might imagine, this was a painfully slow process, especially compared to today’s standards.
These disks and cartridges could only be played or run on the devices they were designed for; Mario was played on Nintendo devices, and Windows computers ran Microsoft Word. In other words, the storage devices holding the software were tied directly to the operating system that could run the software. We still have the digital version of this today with app stores and digital downloads, with one major difference: the internet.