Explore >> Select a destination


You are here

blog.fredrb.com
| | pythonspeed.com
2.6 parsecs away

Travel
| | How to activate a Python virtualenv in a Dockerfile without repeating yourself-plus, you'll learn what activating a virtualenv actually does.
| | www.cybershu.eu
2.2 parsecs away

Travel
| | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...
| | rpep.dev
1.5 parsecs away

Travel
| | Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally.
| | sookocheff.com
15.7 parsecs away

Travel
| Follow along with this article as we take a guided tour of containerizing Zookeeper using Docker. This guide will show how to install Zookeeper to the container, how to configure the Zookeeper application, and how to share data volumes between the host and container.