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/

相关推荐
阿里云云原生1 天前
研发视角的新突破:当 AI Coding 工具集成全域运维诊断,排查线上故障只需 3 分钟
云原生
小猿姐2 天前
唯品会大规模数据库云原生实践:基于 KubeBlocks 管理数千实例的统一运维之路
运维·elasticsearch·云原生
阿里云云原生2 天前
AgentTeams 和 Claude Tag 都进入群聊模式,是新范式还是新叙事?
云原生·agent
阿里云云原生3 天前
Higress v2.2.3 发布:正式入驻 CNCF Sandbox,AI Gateway 与 Ingress 迁移能力双向加固
云原生
lichenyang4533 天前
Docker 学习笔记(四):Dockerfile,把项目打成自己的镜像
docker·容器
lichenyang4533 天前
Docker 学习笔记(三):Docker 网络、bridge、子网和容器互通
docker·容器
lichenyang4533 天前
Docker 学习笔记(二):docker run 的参数到底在控制什么?
docker·容器
阿里云云原生4 天前
香港站【企业 AI Agent 工程化实战专场】来啦,邀您7月9日见!
云原生·agent
阿里云云原生4 天前
研发域与运维域的“数字握手”:通过 Agentic Skills 实现 DevOps 全链路自动化
云原生
运维开发故事6 天前
基于 Arthas 的多集群在线诊断系统设计与实现
kubernetes