Thoughts on docker and making it better
Docker works, and I fully recommend using it for basically everything you deploy. This said, I think there is massive room for improvement. Layers are a pretty terrible way to handle defining an environment. Take this example FROM ubuntu:latest RUN...
Oct 2, 20211 min read28