-
安装目录
mkdir /opt/docker && cd /opt/docker
-
安装包下载
yum -y install wget && wget https://download.docker.com/linux/static/stable/x86_64/docker-24.0.7.tgz 注意:https://download.docker.com/linux/static/stable/x86_64 获取最新版本下载链接并替换(docker-xxx.tgz)
-
安装包解压
tar -xvf docker-24.0.7.tgz && cp docker/* /usr/bin/
-
注册服务
sudo tee /usr/lib/systemd/system/docker.service <<-'EOF' [Unit] Description=Docker Application Container Engine Documentation=http://docs.docker.com After=network.target docker.socket [Service] Type=notify EnvironmentFile=-/run/flannel/docker WorkingDirectory=/usr/local/bin ExecStart=/usr/bin/dockerd \ -H tcp://0.0.0.0:4243 \ -H unix:///var/run/docker.sock \ --selinux-enabled=false \ --log-opt max-size=1g ExecReload=/bin/kill -s HUP $MAINPID # Having non-zero Limit*s causes performance problems due to accounting overhead # in the kernel. We recommend using cgroups to do container-local accounting. LimitNOFILE=infinity LimitNPROC=infinity LimitCORE=infinity # Uncomment TasksMax if your systemd version supports it. # Only systemd 226 and above support this version. #TasksMax=infinity TimeoutStartSec=0 # set delegate yes so that systemd does not reset the cgroups of docker containers Delegate=yes # kill only the docker process, not all processes in the cgroup KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target EOF
-
镜像源配置
sudo mkdir -p /etc/docker/ sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://8q5nyauc.mirror.aliyuncs.com"] } EOF sudo systemctl daemon-reload sudo systemctl restart docker
-
启动服务
启动:systemctl start docker 停止:systemctl stop docker 重启:systemctl restart docker 开机启动:systemctl enable docker
Docker离线安装
童心同萌2023-11-24 15:47
相关推荐
AGI学习社10 分钟前
2024中国排名前十AI大模型进展、应用案例与发展趋势H.2030 分钟前
centos7执行yum操作时报错Could not retrieve mirrorlist http://mirrorlist.centos.org解决9毫米的幻想1 小时前
【Linux系统】—— 编译器 gcc/g++ 的使用helloliyh1 小时前
Windows和Linux系统安装东方通van叶~3 小时前
Linux探秘坊-------4.进度条小程序秋风&萧瑟3 小时前
【数据结构】顺序队列与链式队列我科绝伦(Huanhuan Zhou)3 小时前
Linux 系统服务开机自启动指导手册旦沐已成舟4 小时前
K8S-Pod的环境变量,重启策略,数据持久化,资源限制hunter2062065 小时前
ubuntu终端当一段时间内没有程序运行时,自动关闭终端。代码讲故事7 小时前
从Windows通过XRDP远程访问和控制银河麒麟ukey v10服务器,以及多次连接后黑屏的问题