Tagged articles
2383 articles
Page 15 of 24
Efficient Ops
Efficient Ops
Dec 20, 2021 · Cloud Native

How to Build a Scalable Kubernetes Logging System with S6 and Filebeat

This article explains Docker and Kubernetes logging challenges, compares logging drivers, and presents a unified, node‑agent based logging architecture using S6‑based containers, Filebeat, logrotate, Kafka, and Elasticsearch to achieve reliable, auto‑rotating log collection in production environments.

DockerLoggingOperations
0 likes · 8 min read
How to Build a Scalable Kubernetes Logging System with S6 and Filebeat
dbaplus Community
dbaplus Community
Dec 20, 2021 · Cloud Native

Demystifying Docker: Core Principles, Common Questions, and Practical Tips

This article clarifies Docker’s true nature as an application container engine, explains its core namespace-based isolation mechanisms, and answers frequent questions about networking, hot updates, and volume mapping, while sharing real‑world deployment experiences and best‑practice recommendations.

ContainersDockerLinux Namespaces
0 likes · 10 min read
Demystifying Docker: Core Principles, Common Questions, and Practical Tips
Efficient Ops
Efficient Ops
Dec 19, 2021 · Cloud Native

Master Docker & Kubernetes Networking: From Bridge to Flannel Explained

This article walks through Docker's built‑in network drivers—including bridge, host, none, overlay, macvlan and plugins—then dives into Kubernetes networking, detailing Pod communication, the Flannel CNI workflow, and how data traverses virtual bridges and physical interfaces.

CNIContainerDocker
0 likes · 12 min read
Master Docker & Kubernetes Networking: From Bridge to Flannel Explained
MaGe Linux Operations
MaGe Linux Operations
Dec 17, 2021 · Cloud Native

From LXC to Kubernetes: The Untold Evolution of Container Technology

This article traces the history and technical essence of containers—from early LXC roots and Docker’s rise to Kubernetes’ dominance—explaining core concepts like cgroups, namespaces, OCI standards, and practical Docker commands, while illustrating how containers are isolated processes on a host system.

Dockerkubernetes
0 likes · 14 min read
From LXC to Kubernetes: The Untold Evolution of Container Technology
Architecture Digest
Architecture Digest
Dec 12, 2021 · Cloud Native

The Rise and Fall of Docker: Business Decisions, Competition with Kubernetes, and Future Outlook

This article examines Docker's evolution from a pioneering container platform to its current struggles, detailing licensing changes, subscription models, internal leadership conflicts, missed opportunities with Kubernetes, and the company's attempts to reposition itself in the cloud‑native ecosystem.

ContainersDockerbusiness strategy
0 likes · 14 min read
The Rise and Fall of Docker: Business Decisions, Competition with Kubernetes, and Future Outlook
Programmer DD
Programmer DD
Dec 8, 2021 · Operations

Master Log Collection with Filebeat and Graylog: A Step‑by‑Step Guide

This article explains why centralized log collection is essential for multi‑environment services, introduces Graylog’s architecture, details Filebeat’s role and workflow, provides configuration examples, and walks through Docker‑based deployment of both Filebeat and Graylog for robust log management.

DockerElasticsearchFilebeat
0 likes · 14 min read
Master Log Collection with Filebeat and Graylog: A Step‑by‑Step Guide
Top Architect
Top Architect
Dec 3, 2021 · Operations

Centralized Log Collection with Filebeat and Graylog

This article explains how to use Filebeat together with Graylog to collect, process, and visualize logs from multiple services and environments, covering tool introductions, configuration files, component details, deployment methods, and practical code examples.

DockerELKFilebeat
0 likes · 19 min read
Centralized Log Collection with Filebeat and Graylog
Cloud Native Technology Community
Cloud Native Technology Community
Dec 2, 2021 · Cloud Native

Understanding cgroup and namespace in Linux for Cloud‑Native Containers

This article explains the role of Linux cgroup and namespace technologies in providing resource isolation and security for containers, traces their historical development from early chroot mechanisms to modern Docker and Kubernetes, and details cgroup architecture, core files, migration, delegation, and practical usage examples.

ContainerDockerLinux
0 likes · 17 min read
Understanding cgroup and namespace in Linux for Cloud‑Native Containers
21CTO
21CTO
Nov 30, 2021 · Fundamentals

JetBrains Unveils Fleet: A Lightweight IDE for Remote Development

JetBrains expands its development ecosystem by separating IDE front‑ends from back‑ends with JetBrains Gateway for remote coding, and launches Fleet—a lightweight, IntelliJ‑based editor that supports smart mode, multiple languages, collaborative sessions, and integrates with Space’s Docker‑based development environments.

DockerFleetIDE
0 likes · 6 min read
JetBrains Unveils Fleet: A Lightweight IDE for Remote Development
Programmer DD
Programmer DD
Nov 27, 2021 · Databases

Deploy MangoDB: An Open‑Source MongoDB Alternative with Docker

This guide introduces MangoDB, an open‑source MongoDB‑compatible database built on PostgreSQL, and walks you through a three‑step Docker‑Compose setup, service startup, and connection using mongosh, enabling developers to quickly try a true open‑source MongoDB replacement.

DatabaseDockerMangoDB
0 likes · 4 min read
Deploy MangoDB: An Open‑Source MongoDB Alternative with Docker
Open Source Linux
Open Source Linux
Nov 24, 2021 · Cloud Native

How to Build a Container Monitoring Stack with CAdvisor, InfluxDB, and Grafana

Learn how to set up a comprehensive container monitoring solution using CAdvisor for metrics collection, InfluxDB for time‑series storage, and Grafana for visualization, including deployment steps, integration details, common issues, and best‑practice configurations for reliable Docker‑based environments.

DockerGrafanaInfluxDB
0 likes · 17 min read
How to Build a Container Monitoring Stack with CAdvisor, InfluxDB, and Grafana
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2021 · Operations

Automate Spring Boot & Vue Deployments with GitLab, Jenkins, Docker, Kubernetes

This guide demonstrates how to integrate GitLab, Jenkins, Docker, Kubernetes, and Helm to achieve fully automated, environment‑specific deployments for Spring Boot backend services and Vue.js front‑end applications, covering configuration files, pipeline scripts, credential setup, and webhook integration for seamless CI/CD across development, testing, and production.

DockerGitLabJenkins
0 likes · 15 min read
Automate Spring Boot & Vue Deployments with GitLab, Jenkins, Docker, Kubernetes
Open Source Linux
Open Source Linux
Nov 22, 2021 · Cloud Native

Why Containers Alone Can’t Solve Modern Development Challenges

The article examines how Docker, Docker Compose, and Kubernetes have transformed deployment, but also highlights the remaining complexities of cloud‑native development, microservices, and the need for next‑generation tools that seamlessly integrate local processes, containers, and cloud services.

DevOpsDockercloud-native
0 likes · 9 min read
Why Containers Alone Can’t Solve Modern Development Challenges
Qingyun Technology Community
Qingyun Technology Community
Nov 22, 2021 · Cloud Native

Tech Roundup: Curl vs Apple, Docker Fees, Windows 11 Blue Screen, Octoverse, OpenSearch

This roundup covers curl founder Daniel Stenberg’s criticism of Apple’s reliance on open‑source tools, Docker’s new subscription model, Windows 11’s return to the classic blue crash screen, key findings from GitHub’s 2021 Octoverse report, and the debate over OpenSearch as a cloud‑native alternative.

DockerGitHub OctoverseOpenSearch
0 likes · 7 min read
Tech Roundup: Curl vs Apple, Docker Fees, Windows 11 Blue Screen, Octoverse, OpenSearch
Selected Java Interview Questions
Selected Java Interview Questions
Nov 19, 2021 · Backend Development

Deploying a Spring Boot Application to Docker Using IntelliJ IDEA

This tutorial walks through installing Docker, configuring remote access, creating a Spring Boot project with Maven, adding Docker support via plugins, writing Dockerfile and application code, building the image, and running the container, demonstrating a complete end‑to‑end deployment workflow.

Backend DevelopmentDockerIntelliJ IDEA
0 likes · 6 min read
Deploying a Spring Boot Application to Docker Using IntelliJ IDEA
Java Architecture Diary
Java Architecture Diary
Nov 19, 2021 · Backend Development

What’s New in Spring Boot 2.6? Key Features and Configuration Changes

Spring Boot 2.6 introduces Cookie SameSite support, reactive session timeout, custom data‑masking rules, automatic Redis pool configuration, richer runtime Java metrics, build‑info personalization, new startup and disk metrics, enhanced Docker image building, and many deprecated properties removed or renamed, improving security and performance.

DockerJavaMetrics
0 likes · 7 min read
What’s New in Spring Boot 2.6? Key Features and Configuration Changes
Top Architect
Top Architect
Nov 15, 2021 · Cloud Native

Deploying Spring Boot Applications on Kubernetes with Spring Boot Operator

This article explains how to package a Spring Boot application into a Docker image using Jib, install the Spring Boot Operator, and manage the application lifecycle on Kubernetes—including deployment, scaling, graceful shutdown, node affinity, and custom operator configuration—through detailed code examples and YAML manifests.

CRDDockerJib
0 likes · 13 min read
Deploying Spring Boot Applications on Kubernetes with Spring Boot Operator
Open Source Linux
Open Source Linux
Nov 11, 2021 · Fundamentals

Master DNS: Basics, Docker Setup, and Real-World Troubleshooting

This guide explains DNS fundamentals, shows how to set up a Docker container for testing, demonstrates configuring and modifying DNS settings, and walks through common DNS issues such as missing resolvers, slow queries, hosts file overrides, and unstable reverse lookups, with practical command‑line examples.

DNSDockerLinux
0 likes · 15 min read
Master DNS: Basics, Docker Setup, and Real-World Troubleshooting
macrozheng
macrozheng
Nov 10, 2021 · Backend Development

Boost Your API Docs: How to Install and Use Torna with Swagger

Learn how to set up the enterprise‑grade Torna API documentation platform, integrate it with Swagger, and run it on Windows, Linux, or Docker, covering project structure, installation steps, configuration, and advanced features like permission control, mock data, and interface testing.

DockerSpringBootSwagger
0 likes · 13 min read
Boost Your API Docs: How to Install and Use Torna with Swagger
Architects' Tech Alliance
Architects' Tech Alliance
Oct 31, 2021 · Cloud Native

Comprehensive Docker Tutorial: Installation, Commands, Image Management, Networking, Dockerfile, Compose, Registry, and Advanced Practices

This extensive guide covers Docker fundamentals, container concepts, installation steps, basic and advanced commands, image lifecycle, volume handling, Dockerfile creation, networking options, Docker Compose orchestration, private registries, Harbor deployment, best‑practice recommendations, and monitoring techniques, providing a complete reference for container‑based development and operations.

ContainersDevOpsDocker
0 likes · 48 min read
Comprehensive Docker Tutorial: Installation, Commands, Image Management, Networking, Dockerfile, Compose, Registry, and Advanced Practices
Open Source Linux
Open Source Linux
Oct 26, 2021 · Cloud Native

Unlock Scalable Multi‑Cluster Management with Container‑Based PaaS

This article explains how a container‑driven PaaS platform built on Docker and Kubernetes can centralize resource management, enable dynamic allocation, monitoring, and high‑availability across multiple data centers, while supporting microservice deployment and continuous business operations.

DockerMulti-ClusterPaaS
0 likes · 10 min read
Unlock Scalable Multi‑Cluster Management with Container‑Based PaaS
dbaplus Community
dbaplus Community
Oct 25, 2021 · Cloud Native

Beyond Docker: Exploring Modern Container Runtimes and Alternatives

While Docker introduced containers in 2013 and set early standards, the ecosystem has since diversified with technologies like cgroups, namespaces, OCI, CRI, and alternatives such as containerd, runc, Podman, LXC/LXD, offering varied approaches to secure, lightweight application deployment across cloud-native environments.

DockerLXCPodman
0 likes · 15 min read
Beyond Docker: Exploring Modern Container Runtimes and Alternatives
Ops Development Stories
Ops Development Stories
Oct 25, 2021 · Cloud Native

Mastering runc: Build and Run OCI Bundles from Scratch

This guide explains how runc implements the OCI runtime spec, walks through creating an OCI bundle, using skopeo and umoci to fetch images, and demonstrates running containers in foreground and detached modes while highlighting the underlying Linux namespace mechanics.

DockerLinux NamespacesOCI
0 likes · 12 min read
Mastering runc: Build and Run OCI Bundles from Scratch
IT Architects Alliance
IT Architects Alliance
Oct 24, 2021 · Cloud Native

Comprehensive Docker Tutorial: Installation, Image Management, Container Operations, and WordPress Deployment

This tutorial explains Docker's concepts, compares virtual machines with Linux containers, walks through installing Docker, managing images and containers with practical commands, creating Dockerfiles, publishing images, and demonstrates three methods for deploying WordPress—including custom containers, official images, and Docker Compose—providing a complete hands‑on guide for developers.

DockerDockerfileImage
0 likes · 27 min read
Comprehensive Docker Tutorial: Installation, Image Management, Container Operations, and WordPress Deployment
Code Ape Tech Column
Code Ape Tech Column
Oct 21, 2021 · Backend Development

Integrating Spring Cloud Sleuth and Zipkin for Distributed Tracing in Microservices

This tutorial explains the principles of distributed tracing, why it is needed for microservice architectures, and provides step‑by‑step instructions for adding Spring Cloud Sleuth and Zipkin—including Maven dependencies, configuration, Docker deployment, and Elasticsearch persistence—to a Spring Cloud project.

DockerElasticsearchSleuth
0 likes · 14 min read
Integrating Spring Cloud Sleuth and Zipkin for Distributed Tracing in Microservices
Ops Development Stories
Ops Development Stories
Oct 15, 2021 · Operations

Unlock Docker Image Secrets: From Basics to Advanced Optimization

This article explores Docker images in depth, covering their fundamental concepts, layered storage mechanisms, the relationship with Dockerfiles and containers, practical optimization techniques for size and build speed, and essential security best practices for creating robust, efficient container images.

DockerImageOptimization
0 likes · 20 min read
Unlock Docker Image Secrets: From Basics to Advanced Optimization
Programmer DD
Programmer DD
Oct 11, 2021 · Databases

Why Running MySQL in Docker Can Be Risky: 5 Critical Issues

This article examines why containerizing MySQL often leads to data‑security, performance, state‑management, and resource‑isolation problems, while also outlining scenarios where MySQL can safely run in Docker with proper strategies and examples.

ContainersDatabase PerformanceDocker
0 likes · 6 min read
Why Running MySQL in Docker Can Be Risky: 5 Critical Issues
ZhiKe AI
ZhiKe AI
Oct 11, 2021 · Cloud Native

How to Import and Export Docker Images for Migration

This guide explains how to migrate Docker images by using the docker load/save commands for image‑level import/export and the docker import/export commands for container‑level import/export, detailing each command's options and providing concrete examples.

CLIContainerDocker
0 likes · 5 min read
How to Import and Export Docker Images for Migration
Programmer DD
Programmer DD
Sep 30, 2021 · Operations

How to Build a Scalable Kubernetes Log Collection System with S6 and Filebeat

This article explains the limitations of Docker's default JSON‑file logging, introduces S6‑based container log redirection, compares Kubernetes logging approaches at pod, node, and cluster levels, and presents a full‑stack architecture using Filebeat, Kafka, Elasticsearch, and Logstash for reliable, rotatable log collection.

DockerFilebeatLogging
0 likes · 8 min read
How to Build a Scalable Kubernetes Log Collection System with S6 and Filebeat
Efficient Ops
Efficient Ops
Sep 29, 2021 · Cloud Native

Master Docker: From Basics to Advanced Deployment and Networking

This comprehensive guide introduces Docker’s core concepts, advantages over traditional VMs, architecture, essential commands, installation steps, Dockerfile syntax, image management, storage options, and networking modes, providing practical examples and code snippets to help developers efficiently containerize and deploy applications.

ContainerizationDevOpsDocker
0 likes · 25 min read
Master Docker: From Basics to Advanced Deployment and Networking
Architects' Tech Alliance
Architects' Tech Alliance
Sep 28, 2021 · Cloud Native

Understanding Docker: Lightweight Virtualization, Benefits, and How It Works

Docker is a lightweight, open‑source container platform that packages applications and their dependencies into portable images, offering faster startup, lower resource consumption, and easier migration compared to traditional virtual machines, while providing isolation, standardization, and security for modern cloud‑native deployments.

ContainerContainerizationDevOps
0 likes · 8 min read
Understanding Docker: Lightweight Virtualization, Benefits, and How It Works
Wukong Talks Architecture
Wukong Talks Architecture
Sep 26, 2021 · Backend Development

In‑Depth Overview of the PassJava Open‑Source Interview Question System Architecture

This article provides a comprehensive analysis of the PassJava interview‑question platform, detailing its microservice architecture, technology stack—including SpringBoot, Spring Cloud, Docker, Nacos, Redis, and more—while highlighting its suitability for learning distributed systems and rapid backend development.

DockerMicroservicesPassJava
0 likes · 11 min read
In‑Depth Overview of the PassJava Open‑Source Interview Question System Architecture
MaGe Linux Operations
MaGe Linux Operations
Sep 25, 2021 · Information Security

How to Build a Docker‑Based Kali Linux Lab with Web Target for Pen‑Testing

This guide walks you through creating a Docker‑powered environment that includes a graphical Kali Linux workstation and a web target machine with MySQL and Tomcat, covering Docker installation, image preparation, container configuration, remote desktop setup, and database integration for hands‑on information‑security practice.

ContainerizationDockerKali Linux
0 likes · 8 min read
How to Build a Docker‑Based Kali Linux Lab with Web Target for Pen‑Testing
DevOps Cloud Academy
DevOps Cloud Academy
Sep 22, 2021 · Cloud Native

Understanding Docker Architecture, CRI, and Containerd: A Comprehensive Guide

This article provides a detailed overview of Docker’s evolution, the role of containerd, runc, and CRI in modern container runtimes, explains how Docker delegates container lifecycle management to containerd‑shim, and offers step‑by‑step instructions for installing, configuring, and using containerd with its CLI tools on Linux.

CRIDockercontainer-runtime
0 likes · 30 min read
Understanding Docker Architecture, CRI, and Containerd: A Comprehensive Guide
Liangxu Linux
Liangxu Linux
Sep 22, 2021 · Cloud Native

Master Dockerfile: Complete Guide to All Instructions and Best Practices

This article provides a comprehensive, step‑by‑step explanation of every Dockerfile instruction—including variables, FROM, RUN, CMD, LABEL, EXPOSE, ENV, ARG, ADD, COPY, ENTRYPOINT, VOLUME, STOPSIGNAL, HEALTHCHECK, SHELL, WORKDIR, and USER—along with syntax details, usage tips, and practical code examples for building efficient container images.

ContainerDockerDockerfile
0 likes · 12 min read
Master Dockerfile: Complete Guide to All Instructions and Best Practices
The Dominant Programmer
The Dominant Programmer
Sep 20, 2021 · Cloud Native

How to Install Jenkins on CentOS 7 Using Docker

This guide walks through installing Docker on CentOS 7, pulling the official Jenkins image, creating a host volume, running the container with proper port and volume mappings, retrieving the initial admin password, and completing the Jenkins setup with recommended plugins.

ContainerDockerInstallation
0 likes · 3 min read
How to Install Jenkins on CentOS 7 Using Docker
360 Quality & Efficiency
360 Quality & Efficiency
Sep 17, 2021 · Operations

Using Kaniko for Secure, Privilege‑Free Container Image Builds

This article explains how Kaniko, a Google‑open‑source tool, enables building and pushing container images without a privileged Docker daemon by comparing traditional Docker methods, highlighting security concerns, and providing a step‑by‑step demonstration with commands and verification in a Kubernetes‑friendly environment.

Container ImageDevOpsDocker
0 likes · 7 min read
Using Kaniko for Secure, Privilege‑Free Container Image Builds
MaGe Linux Operations
MaGe Linux Operations
Sep 15, 2021 · Cloud Native

Unlock Docker: From Zero to Deploying Your First Containerized App

This guide walks you through Docker fundamentals, comparing containers to virtual machines, explaining core concepts, installation, building and running a Vue project inside an Nginx container, and provides best practices and commands for image creation, container management, and deployment, enabling you to master containerization from scratch.

ContainerizationDevOpsDocker
0 likes · 17 min read
Unlock Docker: From Zero to Deploying Your First Containerized App
Java Architect Essentials
Java Architect Essentials
Sep 14, 2021 · Operations

Graceful Service Startup and Shutdown for Microservices with Spring Boot and Docker

This article explains how to implement graceful shutdown and startup for microservices using JVM shutdown hooks, Spring Boot's built‑in mechanisms, Docker stop signals, and external containers like Jetty, providing code examples and best‑practice recommendations for ensuring services deregister, reject traffic, and start only after health checks succeed.

DockerGracefulShutdownMicroservices
0 likes · 10 min read
Graceful Service Startup and Shutdown for Microservices with Spring Boot and Docker
21CTO
21CTO
Sep 14, 2021 · Cloud Native

Why Docker’s Business Model Struggles: Lessons from the Container Wars

The article examines Docker’s shift to paid subscriptions, its missed partnership with Kubernetes, internal management conflicts, and how these strategic missteps have reshaped its role in the cloud‑native ecosystem, while exploring the future prospects under new leadership.

Business ModelContainerDocker
0 likes · 19 min read
Why Docker’s Business Model Struggles: Lessons from the Container Wars
Tencent Cloud Developer
Tencent Cloud Developer
Sep 6, 2021 · Cloud Native

From Docker to Kubernetes: A Comprehensive Guide to Containerization Technology

This guide introduces beginners to containerization by explaining Docker’s core components, Linux kernel mechanisms, and networking, then progresses to Kubernetes, detailing its architecture, key objects such as Pods, Deployments, Services, and storage concepts, and how they orchestrate distributed container workloads.

ContainerizationDockerMicroservices
0 likes · 28 min read
From Docker to Kubernetes: A Comprehensive Guide to Containerization Technology
IT Architects Alliance
IT Architects Alliance
Sep 1, 2021 · Cloud Native

Why Docker Desktop Went Commercial: New Features, Limits, and History

Docker announced a subscription‑based Business edition of Docker Desktop, outlining its enterprise‑focused features, pricing, the continued free Personal tier, and a detailed look at the platform’s architecture, workflow, and the company’s turbulent growth and two perceived “deaths.”

Business ModelContainerDocker
0 likes · 10 min read
Why Docker Desktop Went Commercial: New Features, Limits, and History
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2021 · Cloud Computing

Master Dockerfile: Essential Commands and Best Practices Explained

This article provides a comprehensive guide to Dockerfile syntax, covering variables, FROM, RUN, CMD, LABEL, EXPOSE, ENV, ADD, COPY, ENTRYPOINT, VOLUME, ARG, ONBUILD, STOPSIGNAL, HEALTHCHECK, SHELL, and WORKDIR instructions, with examples and usage tips for building efficient Docker images.

Cloud ComputingDevOpsDocker
0 likes · 11 min read
Master Dockerfile: Essential Commands and Best Practices Explained
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2021 · Operations

Handling Timezone and System Time Issues in Linux Containers and Kubernetes

This article explains the differences between hardware and system clocks, how Linux manages time zones, why container images often have incorrect default time zones, and provides multiple practical methods—including Dockerfile settings, volume mounts, environment variables, PodPreset, and libfaketime—to correctly set or adjust time in Docker and Kubernetes environments.

ContainerDockerLinux
0 likes · 13 min read
Handling Timezone and System Time Issues in Linux Containers and Kubernetes
NetEase Media Technology Team
NetEase Media Technology Team
Aug 25, 2021 · Cloud Native

NetEase Media Container Platform Construction: Cloud Native Implementation Experience and Best Practices

NetEase Media details its year‑long journey building a cloud‑native container platform—covering foundational concepts, a robust infrastructure framework, Kubernetes deployment, solutions to pre‑containerization challenges, and practical best practices such as graceful shutdowns, health probes, and resource‑limit configurations.

Container TechnologyDevOpsDocker
0 likes · 32 min read
NetEase Media Container Platform Construction: Cloud Native Implementation Experience and Best Practices
Efficient Ops
Efficient Ops
Aug 22, 2021 · Cloud Native

Master Docker from Zero: Build, Run, and Deploy Containers Like a Pro

This guide walks you through Docker fundamentals—from understanding containers versus virtual machines, installing Docker, creating Dockerfiles, building and running images, to best practices and advanced commands—enabling you to containerize and deploy web applications efficiently across environments.

ContainerizationDevOpsDocker
0 likes · 15 min read
Master Docker from Zero: Build, Run, and Deploy Containers Like a Pro
Java Architect Essentials
Java Architect Essentials
Aug 20, 2021 · Cloud Native

Top Docker Alternatives and Their Features

This article explains the recent US export restrictions on Docker, highlights the need for open‑source replacements, and provides detailed overviews of ten prominent Docker alternatives—including Podman, LXC, RKT, OpenVZ, Rancher, Nanobox, Singularity, Kubernetes, OpenShift, and Apache Mesos—covering their key capabilities, security aspects, and platform support.

AlternativeContainerDocker
0 likes · 13 min read
Top Docker Alternatives and Their Features
Liangxu Linux
Liangxu Linux
Aug 17, 2021 · Cloud Native

How to Enable GPU Acceleration in Docker on Linux

This guide walks you through installing NVIDIA drivers, CUDA, and nvidia-docker2 on a Linux host, configuring Docker to access the GPU, and verifying the setup with commands and sample TensorFlow/PyTorch code, enabling deep‑learning workloads inside containers.

CUDADeep LearningDocker
0 likes · 7 min read
How to Enable GPU Acceleration in Docker on Linux
Baidu Geek Talk
Baidu Geek Talk
Aug 16, 2021 · Artificial Intelligence

Integrating Paddle Serving with Kong Security Gateway for AI Model Deployment

The article demonstrates how to integrate Paddle Serving’s new security‑gateway feature with the open‑source Kong API gateway and its Konga UI, using Docker‑Compose to create a secure, HTTPS‑encrypted, header‑authenticated AI model serving endpoint that hides internal services while supporting high‑concurrency inference.

AIDockerKong
0 likes · 9 min read
Integrating Paddle Serving with Kong Security Gateway for AI Model Deployment
macrozheng
macrozheng
Aug 12, 2021 · Backend Development

How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot

This guide walks you through installing kkFileView on Windows and Linux, integrating it with MinIO for online file preview, configuring Docker containers, and customizing settings such as watermarks, providing step‑by‑step instructions and code snippets for a seamless preview service.

DockerLinuxMinio
0 likes · 7 min read
How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot