docker_practice/cases/os
Kang Huaishuai 7c78d1c256
centos refer to centos:8, deprecated
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
2022-02-24 21:06:15 +08:00
..
_images Add os cases 2017-05-24 11:22:23 +08:00
README.md Update format 2019-09-20 14:28:50 +08:00
alpine.md [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
busybox.md remove docker search 2021-07-16 12:33:01 +08:00
centos.md centos refer to centos:8, deprecated 2022-02-24 21:06:15 +08:00
debian.md remove docker search 2021-07-16 12:33:01 +08:00
summary.md Update format 2019-09-20 15:29:02 +08:00

README.md

操作系统

目前常用的 Linux 发行版主要包括 Debian/Ubuntu 系列和 CentOS/Fedora 系列。

前者以自带软件包版本较新而出名;后者则宣称运行更稳定一些。选择哪个操作系统取决于读者的具体需求。

使用 Docker读者只需要一个命令就能快速获取一个 Linux 发行版镜像,这是以往包括各种虚拟化技术都难以实现的。这些镜像一般都很精简,但是可以支持完整 Linux 系统的大部分功能。

本章将介绍如何使用 Docker 安装和使用 BusyboxAlphineDebian/UbuntuCentOS/Fedora 等操作系统。