Git Product home page Git Product logo

installer's People

Contributors

mobeicanyue avatar nelvko avatar okxlin avatar sengedev avatar ssongliu avatar wanghe-fit2cloud avatar wc7086 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

installer's Issues

[BUG] 让1pctl 默认== 1pctl help 吧

联系方式

No response

1Panel 版本

1.9.1

问题描述

image
[BUG] 让1pctl 默认== 1pctl help 吧
这个设计逻辑,着实有点那啥...

期待的正确结果

直接敲1pctl,== 1pctl help

【AlmaLinux OS】无法安装daocker

安装失败记录

AlmaLinux OS 9
执行安装脚本,无法安装。

[root@localhost ~]# curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
开始下载 1Panel v1.10.9-lts 版本在线安装包
安装包下载地址: https://resource.fit2cloud.com/1panel/package/stable/v1.10.9-lts/release/1panel-v1.10.9-lts-linux-amd64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 49.6M  100 49.6M    0     0  1358k      0  0:00:37  0:00:37 --:--:-- 1441k
1panel-v1.10.9-lts-linux-amd64/1panel.service
1panel-v1.10.9-lts-linux-amd64/1pctl
1panel-v1.10.9-lts-linux-amd64/LICENSE
1panel-v1.10.9-lts-linux-amd64/README.md
1panel-v1.10.9-lts-linux-amd64/install.sh
1panel-v1.10.9-lts-linux-amd64/1panel

 ██╗    ██████╗  █████╗ ███╗   ██╗███████╗██╗     
███║    ██╔══██╗██╔══██╗████╗  ██║██╔════╝██║     
╚██║    ██████╔╝███████║██╔██╗ ██║█████╗  ██║     
 ██║    ██╔═══╝ ██╔══██║██║╚██╗██║██╔══╝  ██║     
 ██║    ██║     ██║  ██║██║ ╚████║███████╗███████╗
 ╚═╝    ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝╚══════╝
[1Panel Log]: ======================= 开始安装 ======================= 
设置 1Panel 安装目录(默认为/opt):
[1Panel Log]: 您选择的安装路径为 /opt 
[1Panel Log]: ... 在线安装 docker 
选择延迟最低的源 https://mirrors.cernet.edu.cn/docker-ce,延迟为 0.306416 秒
# Executing docker install script, commit: 6d9743e9656cc56f699a64800b098d5ea5a60020

ERROR: Unsupported distribution 'almalinux'

[1Panel Log]: ... 启动 docker 
Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
[1Panel Log]: docker 安装失败 
[root@localhost ~]# curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sh quick_start.sh
安装包已存在,跳过下载
1panel-v1.10.9-lts-linux-amd64/1panel.service
1panel-v1.10.9-lts-linux-amd64/1pctl
1panel-v1.10.9-lts-linux-amd64/LICENSE
1panel-v1.10.9-lts-linux-amd64/README.md
1panel-v1.10.9-lts-linux-amd64/install.sh
1panel-v1.10.9-lts-linux-amd64/1panel

 ██╗    ██████╗  █████╗ ███╗   ██╗███████╗██╗     
███║    ██╔══██╗██╔══██╗████╗  ██║██╔════╝██║     
╚██║    ██████╔╝███████║██╔██╗ ██║█████╗  ██║     
 ██║    ██╔═══╝ ██╔══██║██║╚██╗██║██╔══╝  ██║     
 ██║    ██║     ██║  ██║██║ ╚████║███████╗███████╗
 ╚═╝    ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝╚══════╝
[1Panel Log]: ======================= 开始安装 ======================= 
设置 1Panel 安装目录(默认为/opt):
[1Panel Log]: 您选择的安装路径为 /opt 
[1Panel Log]: ... 在线安装 docker 
选择延迟最低的源 https://mirrors.cernet.edu.cn/docker-ce,延迟为 0.207679 秒
# Executing docker install script, commit: 6d9743e9656cc56f699a64800b098d5ea5a60020

ERROR: Unsupported distribution 'almalinux'

[1Panel Log]: ... 启动 docker 
Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
[1Panel Log]: docker 安装失败 
[root@localhost ~]# yum install -y docker-compose
上次元数据过期检查:1:20:39 前,执行于 2024年05月28日 星期二 09时13分25秒。
未找到匹配的参数: docker-compose
错误:没有任何匹配: docker-compose

正确安装方式

AlmaLinux OS 9

yum install yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.