Fish in the river

思考 技术
记录 回忆
生活感悟

对错

到底谁对谁错 要看你站在谁的立场 你以为对,老板以为错! 你以为对,老婆以为错! 对错不在公道,只在人心。

2024年6月17日 0comments 90hotness 0likes joey Read all
Dock

Ubuntu 配置国内源安装Docker和从国内源拉取镜像

无废话。 1.新建用户 sudo adduser joey 2.将新用户加入到Sudo组 sudo usermod -aG sudo joey 3.更新系统 sudo apt update sudo apt upgrade 4.更换清华的源 编辑/etc/apt/sources.list这个文件,可以先复制一份防止发生意外。 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse 5.安装Docker(社区版),如果是Ubuntu则是docker.io。如果是centos则是docker-ce sudo apt-get install -y docker.io 6.查看docker版本 sudo docker -v 7.查看docker状态 sudo systemctl status docker 8.创建或修改 /etc/docker/daemon.json 文件,修改为如下形式 { "registry-mirrors": [ "https://ox288s4f.mirror.aliyuncs.com", "https://registry.docker-cn.com", "http://hub-mirror.c.163.com", "https://mirror.ccs.tencentyun.com" ] } 9.重启Docker sudo systemctl daemon-reload sudo systemctl restart docker 10.拉取一个镜像测试Docker sudo docker pull hello-world 11.搜寻Docker 镜像 sudo docker search php 12.Docker-compose 下载 从Github下载太慢了,所以我放在此处下载了 docker-compose-linux-x86_64

2024年6月9日 0comments 227hotness 0likes joey Read all
生活感悟

端午节 高考季

又是一年端午节。 又是一年高考季。 祝大家端午安康! 祝大家高考顺利!

2024年6月8日 0comments 92hotness 0likes joey Read all
生活感悟

六一儿童节快乐

今天是六一儿童节。 祝所有的大朋友,小朋友,六一儿童节快乐! 祝大家身体健康,快乐成长。

2024年6月1日 0comments 85hotness 0likes joey Read all

近期文章

  • 你得到了什么
  • 激活windows和Windows
  • 自建KMS_SERVER激活Windows 11
  • 数据透视表
  • EXCEL 折线图 X轴显示的位置

近期评论

No comments to show.

COPYRIGHT © 2024 水中小鱼. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang