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 ...
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, ...