Tag

Containers

All articles tagged with #containers

Microsoft unveils Azure Linux 4.0, its first full Linux distro for the cloud
technology7 days ago

Microsoft unveils Azure Linux 4.0, its first full Linux distro for the cloud

Microsoft unveiled Azure Linux 4.0, its first general-purpose Linux distribution for Azure, split into a traditional VM image and a dedicated Azure Container Linux (ACL) for container workloads. Based on Fedora and upstreamed via Flatcar, the distro is open source on GitHub and designed to integrate tightly with Azure, with ACL immutable and the VM image usable for all Azure workloads. Developers can run a Windows-hosted path via WSL in the future, but no desktop GUI is planned. Microsoft commits to a two-year support window with monthly security updates and an opt-in automatic-upgrade option, while remaining compatible with other Azure-supported distros. The move signals a deeper Microsoft embrace of Linux and open source in the AI-centric cloud era.

Pocket Mulberries: How to Grow Fruit in Pots in a Tiny Space
gardening2 months ago

Pocket Mulberries: How to Grow Fruit in Pots in a Tiny Space

Mulberries can be grown in pots in even the smallest spaces by choosing a large container (12–20 inches wide), placing it in a sunny spot (at least six hours of direct sun), and ensuring excellent drainage with grit or perlite. Fill with an all-purpose potting mix enriched with organic matter, and feed regularly—about every three weeks in spring and summer with a fertilizer suitable for fruit trees or a slow-release option—then pause in late summer. Water deeply, especially in hot spells, and provide winter protection for potted trees. For container culture, pick dwarf varieties such as Morus alba x rubra 'Gerardi Dwarf', Matsunaga, and Mojo Berry; other compact options include Morus nigra 'Black Beauty' and Morus alba 'Pendula'. Note that fruiting may take five or more years, but the setup adds edible harvest and architectural interest to balconies and tiny yards.

technology7 months ago

Rethinking Environment Variables: Addressing the Legacy Challenges

The article discusses the drawbacks and security concerns of using environment variables for managing secrets and configuration in software systems, emphasizing the complexity, lock-in, and potential leaks associated with various methods like vaults, config files, and Kubernetes secrets, and advocates for more secure, modern approaches such as dedicated secret management tools and systemd-creds.

Efficient Data Sharing in Docker Containers
technology2 years ago

Efficient Data Sharing in Docker Containers

This article explains how to share data between two Docker containers using volumes. It provides step-by-step instructions for installing Docker on Ubuntu Server and demonstrates the basic sharing of data between two containers. It also shows how to share a data volume between two NGINX containers, allowing them to serve different content. The article highlights the versatility and potential applications of data sharing in Docker containers.

The Intersection of Containers, LLMs, GPUs, and Data Apps: A Competitive Landscape
technology2 years ago

The Intersection of Containers, LLMs, GPUs, and Data Apps: A Competitive Landscape

Nvidia and Snowflake have showcased the potential of containers, large language models (LLMs), and GPUs in building services for an "AI Factory." Snowflake's Snowpark Container Service (SCS) allows the containerization of LLMs and offers Nvidia's GPUs and NeMO framework for generative AI models. SCS simplifies the deployment of software on Snowflake, reducing compliance and governance burdens. The integration of containers, LLMs, and GPUs in Snowflake's platform enables data processing and AI computations to be performed where the data resides, eliminating the need for data movement. This development signifies a shift for Snowflake from a data warehouse service provider to a platform for container services and native application development.