Tag

Docker Alternative

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Jun 1, 2023 · Cloud Native

Understanding Podman: Features, Differences from Docker, and Common Commands

This article introduces Podman, an open‑source, daemon‑less container runtime compatible with Docker, explains its architectural differences, rootless operation, configuration files, common commands, image handling, volume usage, and practical tips for Linux environments.

Docker AlternativeLinuxOCI
0 likes · 16 min read
Understanding Podman: Features, Differences from Docker, and Common Commands
Top Architect
Top Architect
Dec 15, 2020 · Cloud Native

Building Containers Without Docker: Using BuildKit, Podman, Kaniko, and img

This article demonstrates several Docker‑free methods for building OCI container images—using Docker’s built‑in BuildKit, the standalone BuildKit daemon, Google’s Kaniko, and the img tool—through a practical OpenFaaS Go middleware example, comparing their features, commands, and limitations.

BuildKitCI/CDDocker Alternative
0 likes · 16 min read
Building Containers Without Docker: Using BuildKit, Podman, Kaniko, and img
360 Tech Engineering
360 Tech Engineering
Sep 29, 2018 · Operations

Design and Implementation of a Multi‑Task Scheduling System Based on Apache Mesos

This article describes how we identified underutilized CPU and memory resources in our company's servers, evaluated Kubernetes versus Apache Mesos, and built a non‑intrusive, Mesos‑based multi‑task scheduling system with dynamic resource reservation, monitoring, task isolation, and cluster‑wide observability, while addressing deployment challenges.

Cluster ManagementDocker AlternativeMesos
0 likes · 11 min read
Design and Implementation of a Multi‑Task Scheduling System Based on Apache Mesos