Neat short Docker intro including making a JS application

Over at https://nrempel.com/ they did a nice write up on the basics of Docker Images, Compose and setting up a basic NodeJs app. Check it out at https://nrempel.com/guides/docker-development-environment/ .

Docker nginx-proxy round robin…

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…

When removing an orphans is bad…

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…