-
国内一站式云原生平台
-
对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/
k8s rainbond centos7/win10 -20241124
sxy1993sxy20182024-11-25 15:10
相关推荐
内网渗透44 分钟前
OpenWrt 与 Docker:打造轻量级容器化应用平台技术分享qq_339282232 小时前
docker打开滚动日志Hoking2 小时前
SpringBoot应用原生或docker镜像容器集成SkywalkingKendra9193 小时前
Docker 容器虚拟化技术和自动化部署阿里云云原生3 小时前
对比测评:为什么AI编程工具需要 Rules 能力?ITCharge4 小时前
Docker 万字教程:从入门到掌握智想天开4 小时前
13.组合模式:思考与解读郝同学的测开笔记4 小时前
云原生探索系列(十七):Go 语言sync.CondSirius Wu5 小时前
TiDB 深度解析与 K8S 实战指南程序媛学姐5 小时前
Spring Cloud Kubernetes:在K8s环境中的服务发现与配置