docker_practice/appendix/repo/centos.md

21 lines
523 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# [CentOS](https://hub.docker.com/_/centos)
##
[CentOS](https://en.wikipedia.org/wiki/CentOS) 是流行的 Linux 发行版,其软件包大多跟 RedHat 系列保持一致。
`https://hub.docker.com/_/centos` CentOS 5 ~ 8
## 使
CentOS
```bash
$ docker run --name centos -it centos bash
bash-4.2#
```
## Dockerfile
https://github.com/docker-library/docs/tree/master/centos 查看。