当前位置:首页 > Docker > 正文内容

Centos7.9安装Docker

sa2023-05-13Docker

内核配置:

下载地址:http://193.49.22.109/elrepo/kernel/

image.png

本次内核升级选用的版本:

kernel-ml-4.20.13-1.el7.elrepo.x86_64.rpm

kernel-ml-devel-4.20.13-1.el7.elrepo.x86_64.rpm

将以上文件上传至服务器中(root家目录中,cd ~):

image.png

安装内核:

# cd /root && yum localinstall -y kernel-ml*

更改内核启动顺序:

# grub2-set-default  0 && grub2-mkconfig -o /etc/grub2.cfg

# grubby --args="user_namespace.enable=1" --update-kernel="$(grubby --default-kernel)"

查看当前内核是否是新内核:

# grubby --default-kernel /boot/vmlinuz-4.19.12-1.el7.elrepo.x86_64

image.png

安装前卸载旧版本docker:

sudo yum remove docker \
                  docker-client \
                  docker-client-latest \
                  docker-common \
                  docker-latest \
                  docker-latest-logrotate \
                  docker-logrotate \
                  docker-engine

image.png

安装yum-utils包(提供yum-config-manager实用程序)并设置稳定的存储库

 # sudo yum install -y yum-utils 
 # sudo yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo


可以使用阿里源地址代替上面docker官方原地址:
# sudo yum-config-manager --add-repo \
http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

如果系统为Fedora ,可采用下面的源:

https://mirrors.aliyun.com/docker-ce/linux/fedora/docker-ce.repo


安装docker CE:
# sudo yum install docker-ce docker-ce-cli containerd.io
查看版本:
# docker --version

image.png


配置镜像镜像加速:

添加daemon.json 文件, vi /etc/docker/daemon.json

{
  "registry-mirrors": ["http://hub-mirror.c.163.com"]
}


# systemctl daemon-reload
# systemctl restart docker

最后:

# systemctl start docker
# systemctl enable docker
Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.


验证docker是否正常安装:

# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
719385e32844: Pull complete 
Digest: sha256:fc6cf906cbfa013e80938cdf0bb199fbdbb86d6e3e013783e5a766f50f5dbce0
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/
For more examples and ideas, visit:
 https://docs.docker.com/get-started/


版权声明:本文由老瓦罐儿煨汤发布,如需转载请注明出处。

本文链接:https://zhangchen.cc/?id=43

返回列表

没有更早的文章了...

下一篇:Docker基础命令

评论列表

1
1
2024-07-19

识别码:bhnmgy28301KS-文章写的真不错https://www.gaofeick.com/

1
1
2024-07-20

1732954680@qq.comhttps://www.gaofeick.com/识别码:tjaviw67258CP-文章写的真不错https://www.gaofeick.com/

高分游戏攻略
2024-07-21

识别码:csltnj54360YG-文章写的真不错https://www.gaofeick.com/

高分游戏攻略
2024-07-21

识别码:dzgcyh26159PF-文章写的真不错https://www.gaofeick.com/

游戏攻略网
2024-07-25

识别码:pjwvkg02895KH-文章写的真不错https://www.ldyyouxi.com/

游戏攻略网
2024-07-26

识别码:qwsvae53820YF-文章写的真不错https://www.gaofeick.com/

游戏攻略网游戏攻略网

识别码:rydsna06895YI-文章写的真不错https://www.gaofeick.com/

游戏攻略网游戏攻略网游戏攻略网

识别码:ykvsfo61059FJ-文章写的真不错https://www.ldyyouxi.com/

1111111111
2024-08-08

识别码:bzquxg62105CD-这游戏真不错!http://www.dnf70.com/2313.html

1
1
2024-08-12

识别码:dbeyql58302LC-这游戏真不错!http://www.jiagu1.com/fei/0qi2k9agv/

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。