网站首页 站内搜索

搜索结果

查询Tags标签: ce,共有 287条记录
  • Aliyun ECS实例安装docker(内核版本:Linux 5.10.23-5.al8.x86_64 x86_64)

    Aliyun的安装有官方文档, 但是好像不是aliyun上面直接搜出来的那份文档,链接如下:部署并使用Docker(Alibaba Cloud Linux 3) - 云服务器 ECS - 阿里云https://help.aliyun.com/document_detail/264695.html报错排除文档链接如下: Alibaba Cloud Linux 3系统中使用doc…

    2022/1/19 7:13:24 人评论 次浏览
  • Linux搭建Harbor私有仓库

    注意docker最好安装在centeros7中,如果安装在centeros6.5则需要升级内核版本!非常麻烦,就算升级了在安装docker时也会出现依赖版本过低问题,如 container-selinux >= 2.9 要解决这些问题就需要到指定的镜像网站下载安装。所以不如直接使用centeros7版本关系Docker版…

    2022/1/13 7:03:47 人评论 次浏览
  • Linux搭建Harbor私有仓库

    注意docker最好安装在centeros7中,如果安装在centeros6.5则需要升级内核版本!非常麻烦,就算升级了在安装docker时也会出现依赖版本过低问题,如 container-selinux >= 2.9 要解决这些问题就需要到指定的镜像网站下载安装。所以不如直接使用centeros7版本关系Docker版…

    2022/1/13 7:03:47 人评论 次浏览
  • Docker 安装和卸载详细步骤

    一、Docker的安装 查看系统的内核: uname -r 系统内核版本为3.10.0 [root@iZwz99sm8v95sckz8bd2c4Z ~]# uname -r 3.10.0-957.21.3.el7.x86_64查看系统配置 cat /etc/os-release [root@iZwz99sm8v95sckz8bd2c4Z ~]# cat /etc/os-release NAME="CentOS Linux" V…

    2022/1/10 23:03:34 人评论 次浏览
  • Docker 安装和卸载详细步骤

    一、Docker的安装 查看系统的内核: uname -r 系统内核版本为3.10.0 [root@iZwz99sm8v95sckz8bd2c4Z ~]# uname -r 3.10.0-957.21.3.el7.x86_64查看系统配置 cat /etc/os-release [root@iZwz99sm8v95sckz8bd2c4Z ~]# cat /etc/os-release NAME="CentOS Linux" V…

    2022/1/10 23:03:34 人评论 次浏览
  • ubuntu安装docker

    使用 apt-get 进行安装 step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common step 2:安装GPG证书 curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg |…

    2022/1/9 7:05:57 人评论 次浏览
  • ubuntu安装docker

    使用 apt-get 进行安装 step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common step 2:安装GPG证书 curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg |…

    2022/1/9 7:05:57 人评论 次浏览
  • Ubuntu 安装 docker

    # 访问服务器 ssh root@47.96.159.162# apt升级 sudo apt-get update# 添加相关软件包 sudo apt-get install apt-transport-https sudo apt-get install ca-certificates sudo apt-get install curl sudo apt-get install software-properties-common# 下载软件包的合法性…

    2022/1/8 7:06:10 人评论 次浏览
  • Ubuntu 安装 docker

    # 访问服务器 ssh root@47.96.159.162# apt升级 sudo apt-get update# 添加相关软件包 sudo apt-get install apt-transport-https sudo apt-get install ca-certificates sudo apt-get install curl sudo apt-get install software-properties-common# 下载软件包的合法性…

    2022/1/8 7:06:10 人评论 次浏览
  • docker-centos7

    https://docs.docker.com 安装1、查看内容版本 [martin@localhost ~]$ sudo cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)2、卸载就版本 [martin@localhost ~]$ sudo yum remove docker ^Ccker-client docker-client-latest docker-common docker-lates…

    2022/1/6 7:10:19 人评论 次浏览
  • docker-centos7

    https://docs.docker.com 安装1、查看内容版本 [martin@localhost ~]$ sudo cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)2、卸载就版本 [martin@localhost ~]$ sudo yum remove docker ^Ccker-client docker-client-latest docker-common docker-lates…

    2022/1/6 7:10:19 人评论 次浏览
  • docker-centos7

    https://docs.docker.com 安装1、查看内容版本 [martin@localhost ~]$ sudo cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)2、卸载就版本 [martin@localhost ~]$ sudo yum remove docker ^Ccker-client docker-client-latest docker-common docker-lates…

    2022/1/6 7:10:14 人评论 次浏览
  • docker-centos7

    https://docs.docker.com 安装1、查看内容版本 [martin@localhost ~]$ sudo cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)2、卸载就版本 [martin@localhost ~]$ sudo yum remove docker ^Ccker-client docker-client-latest docker-common docker-lates…

    2022/1/6 7:10:14 人评论 次浏览
  • linux搭建gitlab

    1.下载gitlab包https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-13.1.2-ce.0.el7.x86_64.rpm 2.安装gitlab rpm -ivh gitlab-ce-13.1.2-ce.0.el7.x86_64.rpm 3.修改配置 vim /etc/gitlab/gitlab.rb#修改访问URL #格式:external_url http://ip:端口 ex…

    2022/1/5 7:04:56 人评论 次浏览
  • linux搭建gitlab

    1.下载gitlab包https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-13.1.2-ce.0.el7.x86_64.rpm 2.安装gitlab rpm -ivh gitlab-ce-13.1.2-ce.0.el7.x86_64.rpm 3.修改配置 vim /etc/gitlab/gitlab.rb#修改访问URL #格式:external_url http://ip:端口 ex…

    2022/1/5 7:04:56 人评论 次浏览
扫一扫关注最新编程教程