积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(225)OpenShift(75)Apache Kyuubi(44)Pandas(29)Kubernetes(19)云原生CNCF(9)Istio(6)Hadoop(6)VMWare(5)机器学习(5)

语言

全部中文(简体)(132)英语(87)中文(简体)(2)英语(2)西班牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(203)其他文档 其他(22)
 
本次搜索耗时 0.053 秒,为您找到相关结果约 225 个.
  • 全部
  • 云计算&大数据
  • OpenShift
  • Apache Kyuubi
  • Pandas
  • Kubernetes
  • 云原生CNCF
  • Istio
  • Hadoop
  • VMWare
  • 机器学习
  • 全部
  • 中文(简体)
  • 英语
  • 中文(简体)
  • 英语
  • 西班牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 docker 部署单机nacos,使用外部mysql 数据库

    链滴 docker 部署单机 nacos,使用外部 mysql 数据库 作者:gaga 原文链接:https://ld246.com/article/1605794547589 来源网站:链滴 许可协议:署名-相同方式共享 4.0 国际 (CC BY-SA 4.0) 1. 环境说明 mysql: 8.0.19 2. 拉取镜像 docker pull nacos/nacos-server nacos/nacos-server 3.创建库表 https://github.com/alibaba/nacos/blob/master/distribution/conf/nacos-mysql.sql 4.创建挂载目录 mkdir -p /data/docker/logs/nacos #新建logs目录 mkdir -p /data/docker/nacos/init compressed=true 6.启动容器 如下几个参数需要替换为具体参数 -e MYSQL_SERVICE_HOST=替换具体数据库实例 -e MYSQL_SERVICE_DB_NAME=数据库 -e MYSQL_SERVICE_PORT=数据库端口 -e MYSQL_SERVICE_USER=数据库用户名 -e MYSQL_SERVICE_PASSWORD=数据库密码\ docker run -d
    0 码力 | 3 页 | 150.36 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 关于

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is 和容器编配 OpenShift Kubernetes Engine 提供了对一个企业级 Kubernetes 环境的完整访问权限,该环境易于安装, 并提供了您的数据中心中可能使用的许多软件元素的广泛兼容性测试。 OpenShift Kubernetes Engine 提供与 OpenShift Container Platform 相同的服务级别协议、错误修复和 常见漏洞和错误保护。OpenShift N/A CNI 插件 ISV 兼容性 包括 包括 N/A CSI 插件 ISV 兼容性 包括 包括 N/A 按需购买 RHT 和 IBM 中 间件(没有包括在 OpenShift Container Platform 或 OpenShift Kubernetes Engine 中) 包括 包括 N/A ISV 或合作伙伴的 Operator 和容器兼容性 (没有包括在 OpenShift
    0 码力 | 26 页 | 718.91 KB | 1 年前
    3
  • pdf文档 OpenShift 的Windows 容器支持

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is : Windows 容器不支持巨页。 Windows 容器不支持特权容器。 Pod 终止宽限期要求在 Windows 节点上安装容器容器运行时。 Kubernetes 已发现几个 API 兼容性问题。 第 第 2 章 章 WINDOWS CONTAINER SUPPORT FOR RED HAT OPENSHIFT 发 发行注 行注记 记 7 第 3 章 了解 WINDOWS 容器工作负载 10 Windows 容器不支持巨页。 Windows 容器不支持特权容器。 Pod 终止宽限期要求在 Windows 节点上安装容器容器运行时。 Kubernetes 已发现几个 API 兼容性问题。 第 第 3 章 章 了解 了解 WINDOWS 容器工作 容器工作负载 负载 11 第 4 章 启用 WINDOWS 容器工作负载 在向集群中添加 Windows 工作负载前,您必须安装由
    0 码力 | 38 页 | 757.61 KB | 1 年前
    3
  • pdf文档 更新OpenShift Data Foundation

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is Platform 的兼容性。因此,在 OpenShift Container Platform 4.12 中,OpenShift Data Foundation 4.12 将是可安装的最新版本。 OpenShift Data Foundation 升级与 OpenShift Container Platform 升级相关联,以确保与 OpenShift Container Platform 保持兼容性和互操作性。对于 13(在正式发布时)被支持。OpenShift Container Platform 4.13 支持维护 OpenShift Data Foundation 与 OpenShift Container Platform 的正向兼容性。使 OpenShift Data Foundation 版本与 OpenShift Container Platform 相同,以便获得该发行版本中的所有功能和增强功能 的优势。 重要 重要 由于
    0 码力 | 18 页 | 239.14 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.7 架构

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is PLANE 4.1.1. 使用机器配置池进行节点配置管理 4.1.2. OpenShift Container Platform 中的机器角色 4.1.2.1. control plane 和节点主机兼容性 4.1.2.2. 集群 worker 4.1.2.3. 集群 master 4.1.3. OpenShift Container Platform 中的 Operator 4.1.4. Cluster ,因此应用程序无需争用 这些资产。 2.1.2.2. 部署和 部署和扩展 展优势 如果您在应用程序的主要版本之间进行滚动升级,则可以持续改进应用程序,既不会造成停机,又能仍然 保持与当前版本的兼容性。 您还可以与现有版本一起部署和测试应用程序的新版本。容器通过测试后,只要部署更多新容器并删除旧 OpenShift Container Platform 4.7 架 架构 构 6 您还可以
    0 码力 | 55 页 | 1.16 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.9 构建应用程序

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is 如果指定本地 Docker 存储库中的镜像,必须确保同一镜像可供 OpenShift Container Platform 节点使用。 3.3.2.1. Docker Hub MySQL 镜 镜像 像 从 Dockerhub MySQL 镜像创建应用程序,例如: 3.3.2.2. 私有 私有 registry 中的 中的镜 镜像 像 使用私有 registry 中的镜像创建应用程序时,请指定完整容器镜像规格: rld.git $ oc new-app openshift/ruby-20-centos7:latest~/home/user/code/my-ruby-app $ oc new-app mysql $ oc new-app myregistry:5000/example/myimage OpenShift Container Platform 4.9 构 构建 建应 应用程序 用程序
    0 码力 | 184 页 | 3.36 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 构建应用程序

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is 如果指定本地 Docker 存储库中的镜像,必须确保同一镜像可供 OpenShift Container Platform 节点使用。 3.3.2.1. Docker Hub MySQL 镜 镜像 像 从 Dockerhub MySQL 镜像创建应用程序,例如: 3.3.2.2. 私有 私有 registry 中的 中的镜 镜像 像 使用私有 registry 中的镜像创建应用程序时,请指定完整容器镜像规格: rld.git $ oc new-app openshift/ruby-20-centos7:latest~/home/user/code/my-ruby-app $ oc new-app mysql $ oc new-app myregistry:5000/example/myimage 第 第 3 章 章 创 创建 建应 应用程序 用程序 27 3.3.2.3. 现 现有 有镜 镜像流和可
    0 码力 | 198 页 | 3.62 MB | 1 年前
    3
  • pdf文档 OpenShift 的Windows 容器支持

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is 只支持所有云供应商的树内存储驱动程序。 Kubernetes 有以下节点功能限制 : Windows 容器不支持巨页。 Windows 容器不支持特权容器。 Kubernetes 已发现几个 API 兼容性问题。 第 第 2 章 章 RED HAT OPENSHIFT SUPPORT FOR WINDOWS CONTAINERS 发 发行注 行注记 记 7 第 3 章 了解 WINDOWS 容器工作负载 只支持所有云供应商的树内存储驱动程序。 Kubernetes 有以下节点功能限制 : Windows 容器不支持巨页。 Windows 容器不支持特权容器。 Kubernetes 已发现几个 API 兼容性问题。 OpenShift Container Platform 4.11 OpenShift 的 的 Windows 容器支持 容器支持 12 第 4 章 启用 WINDOWS 容器工作负载
    0 码力 | 52 页 | 962.49 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.1 发行注记

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is 外部项目网络通讯的静态 IP GA GA 模板完整性检测 GA GA replicaSet GA GA Fluentd Mux TP TP 集群的 MongoDB 模板 - - 集群的 MySQL 模板 - - Kubernetes 资源的镜像流(image stream) GA GA 设备管理器 GA GA 重新调整持久性卷的大小 GA GA 大内存页 GA GA CPU 固定(CPU openshift4/apb-tools openshift4/mariadb-apb openshift4/mediawiki-apb openshift4/mediawiki openshift4/mysql-apb openshift4/ose-ansible-operator openshift4/ose-ansible-service-broker openshift4/ose-ansible-
    0 码力 | 22 页 | 287.47 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift Local 2.26 发行注记和已知问题

    International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is Local 有以下最低硬件和操作系统要求。 1.2.1. 硬件要求 Red Hat OpenShift Local 在以下构架中被支持: 表 表 1.2. 预设 预设置和架 置和架构 构兼容性 兼容性 preset AMD64 Intel 64 M1 OpenShift Container Platform 是 是 是 MicroShift 是 是 是 podman 容器运行时 是
    0 码力 | 13 页 | 161.33 KB | 1 年前
    3
共 225 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
docker部署单机nacos使用外部mysql数据据库数据库OpenShiftContainerPlatform4.6关于Windows容器支持更新DataFoundation4.7架构4.9构建应用程序应用程序4.104.1发行注记RedHatLocal2.26已知问题
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩