Explore >> Select a destination


You are here

blog.dscpl.com.au
| | enix.io
2.9 parsecs away

Travel
| | This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution.
| | www.integralist.co.uk
3.4 parsecs away

Travel
| | Introduction Virtual Environments Creating Virtual Environments Installing Python Versions Virtual Environments for multiple Pythons Shell Configuration Managing Dependencies Caching Dependencies Command Line Packages Introduction This blog post aims to demonstrate the most practical way to install multiple versions of Python, and of setting up 'virtual environments' for macOS userso We'll also dig into how to manage our project dependencies (e.g. we'll be discussing the classic Pip and requirements.txt ...
| | crescentro.se
3.8 parsecs away

Travel
| | What happens when a purely functional, deterministic, declarative package management system meets Python.
| | jlu5.com
22.2 parsecs away

Travel
| [AI summary] The article details the process of running Docker inside an unprivileged LXC container on a Debian 11 host, overcoming challenges related to container nesting, storage drivers, and kernel compatibility.