会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
68
下一页
2022年12月9日
查看容器在Docker中的IP
摘要: docker inspect 容器名称|ID
阅读全文
posted @ 2022-12-09 17:31 SpringCore
阅读(30)
评论(0)
推荐(0)
2022年12月8日
Docker 安装MySql 8.0
摘要: 1.下载镜像 docker pull mysql:8.0.31 2.安装 docker run -p 3306:3306 --name mysql8 -v /fanqi/mysql/conf:/etc/mysql/conf.d -v /fanqi/mysql/logs:/logs -v /fanqi
阅读全文
posted @ 2022-12-08 18:57 SpringCore
阅读(328)
评论(0)
推荐(0)
Docker安装minio
摘要: 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
阅读(525)
评论(0)
推荐(0)
已创建的容器设置自动启动
摘要: docker update mysql8.0 --restart=always
阅读全文
posted @ 2022-12-08 16:39 SpringCore
阅读(26)
评论(0)
推荐(0)
Linux格式化磁盘并挂载
摘要: 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
阅读(1317)
评论(0)
推荐(0)
2022年12月4日
Docker 安装 Compose 插件
摘要: 安装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
阅读(2806)
评论(0)
推荐(0)
Docker 中 部署 Nacos
摘要: 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
阅读(858)
评论(0)
推荐(0)
Linux使用 RPM 安装 Kibana
摘要: 参考地址: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
阅读(514)
评论(0)
推荐(0)
Linux使用 RPM 安装 Logstash
摘要: 参考网站: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
阅读(505)
评论(0)
推荐(0)
Linux使用 RPM 安装 Elasticsearch
摘要: 参考网站: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
阅读(1344)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
68
下一页
公告