上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 68 下一页
摘要: docker inspect 容器名称|ID 阅读全文
posted @ 2022-12-09 17:31 SpringCore 阅读(30) 评论(0) 推荐(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)
摘要: 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)
摘要: 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)
摘要: 安装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)
摘要: 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)
摘要: 参考地址: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)
摘要: 参考网站: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)
摘要: 参考网站: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 下一页