I use docker compose pretty much for everything. I remember at one point I even was maintaing a production application with docker compose. I would copy the docker-compose.yml file to the server and then start the containers manually. (more…)
Read more »
Hope you find this post useful. I look forward to your comments and any questions you have.
Read more »
Vlad's Base Images for Docker. Contribute to vladgh/docker_base_images development by creating an account on GitHub. (more…)
Read more »
This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Data or logs in containers – Containers are ideal for stateless applications and are meant to be ephemeral. This means no data or logs should be stored in th...
Read more »
A company’s important applications often are subjected to random and capricious changes due to forces well beyond the control of IT or management. Events like a corporate merger or even a top programmer on an extended vacation can have an adverse impact ... (more…)
Read more »