Lifecycle of Docker Container
Nitin Agarwal of on Medium did a great write up of the lifecycle of a docker container. For people just entering the world of containerization it is a great resource.For… Read More »Lifecycle of Docker Container
Nitin Agarwal of on Medium did a great write up of the lifecycle of a docker container. For people just entering the world of containerization it is a great resource.For… Read More »Lifecycle of Docker Container
Good article if you are getting into container services. 9 Common Dockerfile Mistakes
Asmir Mustafic (@goetas_asmir) did a 10 minute presentation over at NomadPHP on how to deploy your PHP (or really any process) using docker. https://nomadphp.com/deploy-php-app-docker/?utm_source=rss&utm_medium=rss&utm_campaign=deploy-php-app-docker
Alex Polvi over at CoreOS put out a short, but poignant article about not only why CoreOS was started, but why they care about privacy and freedom in a digital world.… Read More »CoreOS; web security and privacy.
So we use docker for container services at work. One container that is part of our ‘dev’ tools is an nginx reverse proxy tied to port 80. IT allows us… Read More »Docker nginx-proxy round robin…
Preface: I am a huge supporter of containerized distributed applications. It give me all sorts of nerd good feelings. One of the biggest arguments for containerization of applications is that… Read More »Is the argument of ‘application portability’ a valid one for containerization?
Backstory: Another week, another evening at the Pub with some friends and colleges. Somehow or the other we got on the topic of database insert performance and how long it would… Read More »Out of the box performance: PHP + PDO + MariaDB
A corner stone of the IT/Dev career field is this: ‘never stop learning’. I like to expand on it and include ‘When you stop learning, your start becoming worthless’. While… Read More »Another month, another set of continuing education courses.
So Docker creates containers, when you stop these containers the container still exists it is simply stopped. And then we create more containers…and more containers…and more containers…until we look at… Read More »When removing an orphans is bad…