Let Docker handle libraries and configurations This is one of the biggest advantages of using Docker for your personal projects. Docker images can bundle all dependencies, libraries, and ...
Do you think Docker is only for developers? I’ve heard that saying, but it couldn’t be more wrong. I’m not a developer, and I use Docker to run dozens of services and apps in my homelab. Docker is a ...
If you are searching for a more efficient way to deploy your projects you might be interested in this excellent guide to using Docker Stack by Dreams of Code. The frustration of manual redeployments, ...