在使用 Python 的早些年,为了解决 Python 包的隔离与管理 virtualenvwrapper 就成为我的工具箱中重要的一员。后来,随着 Python 3 的普及,virtualenvwrapper 逐渐被 venv 所替换。毕竟 venv 是 Python 3 的标配,优点是显而易见的。而这几年,应用场景的的复杂性越来与高,无论 ...
Simplifying the mystery: When to use docker, docker-compose, docker swarm and Kubernetes Your email has been sent Recently, I had a reader reach out to me wanting to understand the difference between ...
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, ...