摘要:
安装Compose 插件之前必须已经安装了 Docker! 1.使用存储库安装 1.设置存储库【使用存储库安装的Docker,此步骤可省略】 yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.doc 阅读全文
摘要:
hub地址: https://hub.docker.com/r/nacos/nacos-server 1.拉取镜像 docker pull nacos/nacos-server 2.启动【参数介绍详见hub介绍】 docker run --name nacos -e MODE=standalone 阅读全文
摘要:
参考地址:https://www.elastic.co/guide/en/kibana/8.5/rpm.html#rpm-repo 1.下载并安装公共签名密钥 rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2.创建软件 阅读全文
摘要:
参考网站:https://www.elastic.co/guide/en/logstash/8.5/installing-logstash.html#_yum 1.下载并安装公共签名密钥 rpm --import https://artifacts.elastic.co/GPG-KEY-elasti 阅读全文
摘要:
参考网站:https://www.elastic.co/guide/en/elasticsearch/reference/8.5/rpm.html#rpm-repo 1.导入Elasticsearch GPG签名密钥 rpm --import https://artifacts.elastic.co 阅读全文
摘要:
1.下载地址:https://adoptium.net/zh-CN/temurin/releases/?version=8 选择Linux平台 命令行界面的找到下载地址使用wget或者curl进行下载【下载地址可能需要使用加速】 wget https://github.com/adoptium/te 阅读全文