60 字
1 分钟
安装docker

安装docker#

这里使用fedora系统来安装

[root@laptop ~]# dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
[root@laptop ~]# dnf makecache
[root@laptop ~]# dnf install docker-ce
After successful installation of Docker engine, Let’s enable and start the docker service.
[root@laptop ~]# systemctl enable docker.service
[root@laptop ~]# systemctl start docker.service
[root@laptop ~]# docker search fedora

参考地址

相关阅读

本主题其他内容

Go 生态学习笔记:对优质技术文章的精读与延伸验证、Go 数据分析实战、Docker 与 Go 结合的开发流程,以及日常学习中整理的可复用代码片段与经验总结。