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...
jimmiebtlr.com1 min read