Tagged articles
4 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Jun 7, 2020 · Cloud Native

Linux Containers and Docker: Concepts, Installation, Commands, Image Management, Dockerfile, Compose, and Networking

This article provides a comprehensive guide to Linux containers and Docker, covering their fundamentals, differences from traditional virtualization, historical background, Docker architecture, installation steps, essential commands, image lifecycle, container management, volume handling, Dockerfile creation, Docker‑Compose orchestration, HAProxy integration, and various Docker networking modes.

Container ManagementDevOpsDocker
0 likes · 25 min read
Linux Containers and Docker: Concepts, Installation, Commands, Image Management, Dockerfile, Compose, and Networking
Meituan Technology Team
Meituan Technology Team
Jan 31, 2015 · Cloud Native

Docker Introduction and Architecture

Docker, an open-source tool written in Go, packages applications into lightweight Linux containers that share the host kernel, offering near-native performance, a client-server architecture with images and containers, simple bridge networking, essential CLI commands, and an evolving ecosystem including CoreOS, Kubernetes, and PaaS platforms.

DockerDocker ArchitectureDocker Commands
0 likes · 12 min read
Docker Introduction and Architecture