2019-11-06 14:53:09 +08:00
# CentOS / Fedora
2017-05-24 11:22:23 +08:00
2019-11-06 14:53:09 +08:00
# # CentOS 系 统 简 介
2017-05-24 11:22:23 +08:00
2019-09-20 14:28:50 +08:00
` CentOS ` 和 ` Fedora ` 都 是 基 于 ` Redhat ` 的 常 见 Linux 分 支 。 ` CentOS ` 是 目 前 企 业 级 服 务 器 的 常 用 操 作 系 统 ; ` Fedora ` 则 主 要 面 向 个 人 桌 面 用 户 。
2017-05-24 11:22:23 +08:00
! [ CentOS 操 作 系 统 ] ( _images / centos - logo . png )
2019-09-20 15:29:02 +08:00
CentOS ( Community Enterprise Operating System , 中 文 意 思 是 : 社 区 企 业 操 作 系 统 ) , 它 是 基 于 ` Red Hat Enterprise Linux ` 源 代 码 编 译 而 成 。 由 于 ` CentOS ` 与 ` Redhat Linux ` 源 于 相 同 的 代 码 基 础 , 所 以 很 多 成 本 敏 感 且 需 要 高 稳 定 性 的 公 司 就 使 用 ` CentOS ` 来 替 代 商 业 版 ` Red Hat Enterprise Linux ` 。 ` CentOS ` 自 身 不 包 含 闭 源 软 件 。
2017-05-24 11:22:23 +08:00
2019-11-06 14:53:09 +08:00
# # # 使 用 CentOS 官 方 镜 像
2017-05-24 11:22:23 +08:00
2019-09-20 15:29:02 +08:00
首 先 使 用 ` docker search ` 命 令 来 搜 索 标 星 至 少 为 ` 25 ` 的 ` CentOS ` 相 关 镜 像 。
2017-05-24 11:22:23 +08:00
2017-11-22 11:13:23 +08:00
` ` ` bash
2017-05-24 11:22:23 +08:00
$ docker search - f stars = 25 centos
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
centos The official ... 2543 [ OK ]
jdeathe / centos - ssh 27 [ OK ]
` ` `
2019-09-20 15:29:02 +08:00
使 用 ` docker run ` 直 接 运 行 最 新 的 ` CentOS ` 镜 像 , 并 登 录 ` bash ` 。
2017-05-24 11:22:23 +08:00
2017-11-22 11:13:23 +08:00
` ` ` bash
2017-05-24 11:22:23 +08:00
$ docker run - it centos bash
Unable to find image ' centos : latest ' locally
latest : Pulling from library / centos
3 d8673bd162a : Pull complete
Digest : sha256 : a66ffcb73930584413de83311ca11a4cb4938c9b2521d331026dad970c19adf4
Status : Downloaded newer image for centos : latest
[ root @ 43 eb3b194d48 / ] # cat / etc / redhat - release
CentOS Linux release 7.2 .1511 ( Core )
` ` `
2019-11-06 14:53:09 +08:00
# # Fedora 系 统 简 介
2017-05-24 11:22:23 +08:00
! [ Fedora 操 作 系 统 ] ( _images / fedora - logo . png )
2019-09-20 15:29:02 +08:00
` Fedora ` 由 ` Fedora Project ` 社 区 开 发 , 红 帽 公 司 赞 助 的 ` Linux ` 发 行 版 。 它 的 目 标 是 创 建 一 套 新 颖 、 多 功 能 并 且 自 由 和 开 源 的 操 作 系 统 。 ` Fedora ` 的 功 能 对 于 用 户 而 言 , 它 是 一 套 功 能 完 备 的 , 可 以 更 新 的 免 费 操 作 系 统 , 而 对 赞 助 商 ` Red Hat ` 而 言 , 它 是 许 多 新 技 术 的 测 试 平 台 。 被 认 为 可 用 的 技 术 最 终 会 加 入 到 ` Red Hat Enterprise Linux ` 中 。
2017-05-24 11:22:23 +08:00
2019-11-06 14:53:09 +08:00
# # # 使 用 Fedora 官 方 镜 像
2017-05-24 11:22:23 +08:00
2019-09-20 15:29:02 +08:00
首 先 使 用 ` docker search ` 命 令 来 搜 索 标 星 至 少 为 ` 2 ` 的 ` Fedora ` 相 关 镜 像 , 结 果 如 下 。
2017-05-24 11:22:23 +08:00
2017-11-22 11:13:23 +08:00
` ` ` bash
2017-05-24 11:22:23 +08:00
$ docker search - f stars = 2 fedora
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
fedora Official Docker builds of Fedora 433 [ OK ]
dockingbay / fedora - rust Trusted build of Rust programming language ... 3 [ OK ]
gluster / gluster - fedora Official GlusterFS image [ Fedora 21 + Glu ... 3 [ OK ]
startx / fedora Simple container used for all startx based ... 2 [ OK ]
` ` `
2019-09-20 14:28:50 +08:00
使 用 ` docker run ` 命 令 直 接 运 行 ` Fedora ` 官 方 镜 像 , 并 登 录 ` bash ` 。
2017-05-24 11:22:23 +08:00
2017-11-22 11:13:23 +08:00
` ` ` bash
2017-05-24 11:22:23 +08:00
$ docker run - it fedora bash
Unable to find image ' fedora : latest ' locally
latest : Pulling from library / fedora
2 bf01635e2a0 : Pull complete
Digest : sha256 : 64 a02df6aac27d1200c2572fe4b9949f1970d05f74d367ce4af994ba5dc3669e
Status : Downloaded newer image for fedora : latest
[ root @ 196 ca341419b / ] # cat / etc / redhat - release
Fedora release 24 ( Twenty Four )
` ` `
2019-11-06 14:53:09 +08:00
# # 相 关 资 源
2017-05-24 11:22:23 +08:00
2017-12-01 17:32:53 +08:00
* ` Fedora ` 官 网 : https : //getfedora.org/
* ` Fedora ` 官 方 仓 库 : https : //github.com/fedora-infra
* ` Fedora ` 官 方 镜 像 : https : //hub.docker.com/_/fedora/
* ` Fedora ` 官 方 镜 像 仓 库 : https : //github.com/fedora-cloud/docker-brew-fedora
2018-12-22 00:04:50 +08:00
* ` CentOS ` 官 网 : https : //www.centos.org
2017-12-01 17:32:53 +08:00
* ` CentOS ` 官 方 仓 库 : https : //github.com/CentOS
* ` CentOS ` 官 方 镜 像 : https : //hub.docker.com/_/centos/
* ` CentOS ` 官 方 镜 像 仓 库 : https : //github.com/CentOS/CentOS-Dockerfiles