Fading Coder

One Final Commit for the Last Sprint

Docker Basic Management and Deployment

Docker Basic Management and Deployment
1. Docker Overview (1) What is Docker? Docker is an open-source application container engine, developed in Go and open-sourced under the Apache 2.0 license. Docker is an open-source tool for running applications in Linux containers, providing a lightweight "virtual machine". Docker's conta...

Copying Files from Docker Containers to the Host

When building Docker images, there are scenarios where you need to copy files from a Docker container to the host machine's external enviroment. This is commonly required for extracting data, configuraton files, or other artifacts produced inside a container. This article explains how to copy files...

Kubernetes Core Concepts and Administration

Understanding Kubernetes Architecture Evolution of Application Deployment Models Application deployment has evolved through three major phases: Traditional Deployment: Direct physical machine deployment in early internet era Pros: Simple, no additional technology required Cons: No resource boundarie...