k8s rainbond centos7/win10 -20241124

  • 参考 https://www.rainbond.com/

  • 国内一站式云原生平台

  • 对centos7环境支持不太行

    [lighthouse@VM-16-5-centos ~] curl -o install.sh https://get.rainbond.com && bash ./install.sh 2024-11-24 09:56:57 ERROR: Ops! Docker daemon is not running. Start docker first please ... [lighthouse@VM-16-5-centos ~] sudo systemctl status docker
    ● docker.service - Docker Application Container Engine
    Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
    Active: active (running) since Sun 2024-10-27 21:44:34 CST; 3 weeks 6 days ago

  • win10下也没成功

    PS C:\rainbond> Invoke-WebRequest "https://get.rainbond.com/install-dind.ps1" -o install-dind.ps1 ;
    PS C:\rainbond> .\install-dind.ps1
    .\install-dind.ps1 : 无法加载文件 C:\rainbond\install-dind.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:
    /go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
    所在位置 行:1 字符: 1

    • .\install-dind.ps1
    • 复制代码
        + CategoryInfo          : SecurityError: (:) [],PSSecurityException
        + FullyQualifiedErrorId : UnauthorizedAccess

    PS C:\rainbond> Set-ExecutionPolicy Unrestricted
    执行策略更改
    执行策略可帮助你防止执行不信任的脚本。更改执行策略可能会产生安全风险,如 https:/go.microsoft.com/fwlink/?LinkID=135170
    中的 about_Execution_Policies 帮助主题所述。是否要更改执行策略?
    [Y] 是(Y) [A] 全是(A) [N] 否(N) [L] 全否(L) [S] 暂停(S) [?] 帮助 (默认值为"N"):
    PS C:\rainbond>
    PS C:\rainbond> Set-ExecutionPolicy Unrestricted

    执行策略更改
    执行策略可帮助你防止执行不信任的脚本。更改执行策略可能会产生安全风险,如 https:/go.microsoft.com/fwlink/?LinkID=135170
    中的 about_Execution_Policies 帮助主题所述。是否要更改执行策略?
    [Y] 是(Y) [A] 全是(A) [N] 否(N) [L] 全否(L) [S] 暂停(S) [?] 帮助 (默认值为"N"): y
    PS C:\rainbond> .\install-dind.ps1
    2024-11-24 10:42:26 - ERROR: Ops! Docker has not been installed.
    Please visit the following website to get the latest Docker Desktop for Windows.
    https://docs.docker.com/desktop/install/windows-install/

相关推荐
灰阳阳16 分钟前
Docker实践-阿里云上创建私有仓库
阿里云·docker·容器
阿里云云原生27 分钟前
让 OpenClaw 受控运行: SLS 一键接入与审计
阿里云·云原生·sls·openclaw
小二·44 分钟前
企业级网络安全深度解析:从协议层到云原生的攻防实战与架构设计
安全·web安全·云原生
风向决定发型丶2 小时前
K8S readinessGates详解
云原生·容器·kubernetes
ai产品老杨2 小时前
破局算力碎片化:基于K8s调度与Docker多架构镜像的GB28181/RTSP异构AI视频底座实践
docker·架构·kubernetes
returnthem2 小时前
Kubernetes集群架构组件全解
容器·架构·kubernetes
风向决定发型丶2 小时前
K8S中podManagementPolicy和updateStrategy的关系
云原生·容器·kubernetes
万象.2 小时前
docker容器的命令和实操
docker·容器
Lxinccode12 小时前
docker(28) : 别名配置
docker·容器·eureka·docker别名
一叶飘零_sweeeet13 小时前
服务注册发现深度拆解:Nacos vs Eureka 核心原理、架构选型与生产落地
微服务·云原生·eureka·nacos·架构·注册中心