mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
[install] Add CentOS 8
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
parent
90a7316322
commit
b0ccb74dbd
@ -140,6 +140,7 @@ module.exports = {
|
|||||||
'debian',
|
'debian',
|
||||||
'fedora',
|
'fedora',
|
||||||
'centos',
|
'centos',
|
||||||
|
'centos8',
|
||||||
'raspberry-pi',
|
'raspberry-pi',
|
||||||
'offline',
|
'offline',
|
||||||
'mac',
|
'mac',
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* [Debian](install/debian.md)
|
* [Debian](install/debian.md)
|
||||||
* [Fedora](install/fedora.md)
|
* [Fedora](install/fedora.md)
|
||||||
* [CentOS](install/centos.md)
|
* [CentOS](install/centos.md)
|
||||||
|
* [CentOS8](install/centos8.md)
|
||||||
* [Raspberry Pi](install/raspberry-pi.md)
|
* [Raspberry Pi](install/raspberry-pi.md)
|
||||||
* [Linux 离线安装](install/offline.md)
|
* [Linux 离线安装](install/offline.md)
|
||||||
* [macOS](install/mac.md)
|
* [macOS](install/mac.md)
|
||||||
|
5
install/centos8.md
Normal file
5
install/centos8.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# CentOS8 安装 Docker CE
|
||||||
|
|
||||||
|
当前官方版本的 Docker CE [尚未支持][docker-docker] CentOS8,我们可以使用 Moby 项目维护者 AkihiroSuda 所构建的包,具体请参考 https://github.com/AkihiroSuda/moby-snapshot。
|
||||||
|
|
||||||
|
[docker-docker]:https://download.docker.com/linux/centos/
|
Loading…
Reference in New Issue
Block a user