上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页
摘要: hub地址:https://hub.docker.com/r/minio/minio 1.拉取镜像 docker pull minio/minio 2.创建容器 docker run -p 9000:9000 -p 9090:9090 --name minio -d --restart=always 阅读全文
posted @ 2022-12-08 18:29 SpringCore 阅读(561) 评论(0) 推荐(0)
摘要: docker update mysql8.0 --restart=always 阅读全文
posted @ 2022-12-08 16:39 SpringCore 阅读(37) 评论(0) 推荐(0)
摘要: 1.查看分区信息 fdisk -l 2.显示系统上可使用的磁盘空间 df -h 3.查看未挂载的磁盘 lsblk -f 4.磁盘新建分区【以$开头的代表需要命令,其余为输出内容,注意识别】 1.使用 fdisk $ fdisk /dev/sdb welcome to fdisk (util-linu 阅读全文
posted @ 2022-12-08 16:32 SpringCore 阅读(1355) 评论(0) 推荐(0)
摘要: 安装Compose 插件之前必须已经安装了 Docker! 1.使用存储库安装 1.设置存储库【使用存储库安装的Docker,此步骤可省略】 yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.doc 阅读全文
posted @ 2022-12-04 19:34 SpringCore 阅读(2932) 评论(0) 推荐(0)
摘要: hub地址: https://hub.docker.com/r/nacos/nacos-server 1.拉取镜像 docker pull nacos/nacos-server 2.启动【参数介绍详见hub介绍】 docker run --name nacos -e MODE=standalone 阅读全文
posted @ 2022-12-04 18:44 SpringCore 阅读(894) 评论(0) 推荐(0)
摘要: 参考地址:https://www.elastic.co/guide/en/kibana/8.5/rpm.html#rpm-repo 1.下载并安装公共签名密钥 rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2.创建软件 阅读全文
posted @ 2022-12-04 17:50 SpringCore 阅读(529) 评论(0) 推荐(0)
摘要: 参考网站:https://www.elastic.co/guide/en/logstash/8.5/installing-logstash.html#_yum 1.下载并安装公共签名密钥 rpm --import https://artifacts.elastic.co/GPG-KEY-elasti 阅读全文
posted @ 2022-12-04 17:03 SpringCore 阅读(525) 评论(0) 推荐(0)
摘要: 参考网站:https://www.elastic.co/guide/en/elasticsearch/reference/8.5/rpm.html#rpm-repo 1.导入Elasticsearch GPG签名密钥 rpm --import https://artifacts.elastic.co 阅读全文
posted @ 2022-12-04 13:54 SpringCore 阅读(1388) 评论(0) 推荐(0)
摘要: 1.下载地址:https://adoptium.net/zh-CN/temurin/releases/?version=8 选择Linux平台 命令行界面的找到下载地址使用wget或者curl进行下载【下载地址可能需要使用加速】 wget https://github.com/adoptium/te 阅读全文
posted @ 2022-12-04 13:35 SpringCore 阅读(2736) 评论(0) 推荐(0)
摘要: 推荐使用科大的注册服务来提升拉取依赖的速度,地址:https://mirrors.ustc.edu.cn/help/crates.io-index.html 1.部分依赖镜像支持【也就是添加一个镜像地址,在拉取依赖的时候指定从哪个镜像地址获取】 首先,cargo的配置文件地址位于系统的用户目录下的c 阅读全文
posted @ 2022-11-19 12:12 SpringCore 阅读(1436) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页