| ▲ | chuckadams 14 hours ago | ||||||||||||||||
The key is the plural in "Docker containers". You're not doing everything by modifying one Docker container that's been handed down over literally generations, you're rebuilding images as you need to, usually starting from a golden master, but sometimes starting from a scratch image into which you just copy individual files. It's the "cattle, not pets" mentality, whereas a Smalltalk or Lisp Machine image is the ultimate pet. | |||||||||||||||||
| ▲ | Jtsummers 14 hours ago | parent [-] | ||||||||||||||||
> You're not doing everything by modifying one Docker container that's been handed down over literally generations You don't do that with Smalltalk, either, at least not for the last 30 years or so. Smalltalk has worked with version control systems for decades to maintain the code outside the image and collaborate with others without needing to share images. | |||||||||||||||||
| |||||||||||||||||