docker安装zookeeper
发表于|更新于
|浏览量:
人之气质,由于天生,本难改变,惟读书可变化气质。一一曾国藩
1.
1 | docker pull zookeeper |
- 单机版
1 | docker run -d -p 2181:2181 --name some-zookeeper --restart always zookeeper |
- 查看注册的服务
1 | docker exec -it d5c6f857cd88 bash |
1 | ./bin/zkCli.sh |
相关推荐
2020-12-12
docker实现mysql主从复制
有了钱,在这个世界上可以做很多事,就是无法用钱来买青春。 ——雷蒙德 1.安装主库 1.1 先准备mysql配置文件,my.cnf 123456789101112131415161718192021222324252627282930313233# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; version 2 of the License.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without ...
2022-06-13
项目部署到6666端口访问不了
通向面包的小路蜿蜒于劳动的沼泽之中,通向衣裳的小路从一块无花的土地中穿过,无论是通向面包的路还是通向衣裳的路,都是一段艰辛的历程。——福斯 这个问题是由于chrome禁用了部分端口: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/net/base/port_util.cc 这里的: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586// The general list of blocked ports. Will be blocked unless a specific// protocol overrides it. (Ex: ftp can use port 21)// When adding a por...
2023-11-30
docker运行nacos
当华美的叶片落尽,生命的脉络才历历可见。——聂鲁达 命令: 1docker pull nacos/nacos-server 运行: 1docker run -d --name nacos -p 8848:8848 nacos/nacos-server 如果需要连接自定义mysql可以 1docker run -d --name nacos -e SPRING_DATASOURCE_PLATFORM=mysql -e MYSQL_SERVICE_HOST=127.0.0.1 -e MYSQL_SERVICE_DB_NAME=nacos -e MYSQL_SERVICE_PORT=3306 -e MYSQL_SERVICE_USER=nacos -e MYSQL_SERVICE_PASSWORD=nacos -p 8848:8848 nacos/nacos-server 也可以挂载配置文件: 1docker run -d --name nacos -p 8848:8848 -v /path/to/your/application.properties:/home/naco...
2022-04-12
mysql大小写踩坑
不求苍天俯就我的美意,但求永远恣意挥洒。——惠特曼《自我之歌》 设置了mysqld下的配置 12[mysqld]lower_case_table_names = 1 lower_case_table_names的官方文档: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lower_case_table_names 描述为: If set to 0, table names are stored as specified and comparisons are case-sensitive. If set to 1, table names are stored in lowercase on disk and comparisons are not case-sensitive. If set to 2, table names are stored as given but compared in lowercase. This option also applie...
2025-10-16
meshery
最好的东西不是独来的,它伴了所有的东西同来。——泰戈尔 Meshery:云原生时代的超级管理平台,Service Mesh 运维的终极利器!在 K8s、微服务、Service Mesh、平台工程如火如荼的今天,如何优雅地管理和观察你的云原生基础设施?Meshery 作为云原生管理领域的明星项目,正逐渐成为 DevOps、平台工程和 SRE 团队的“左膀右臂”。如果你渴望从混乱的服务治理、异构 Mesh 管理、复杂的可观测性工具中解放出来,Meshery 绝对值得你深入体验。 一、项目简介 项目地址:meshery/meshery 官网:https://meshery.io 一句话描述:Meshery, the cloud native manager 主语言:JavaScript & Go 开源协议:Apache 2.0 Star:9,271+ Forks:2,724+ 标签:cloud-native cncf kubernetes service-mesh control-plane management-plane visualization opa ...
2021-03-07
docker安装
一切的美德都包含在自我信赖里。——爱默森 朋友找我要装好docker的虚拟机,于是就装了一个啦 1yum install docker 提示Y/N我们一直输入y然后回车就行了 最后看到Complete即可 我们可以输入 1docker -v 查看版本 然后是保存快照 导出的话 管理->导出虚拟电脑

阿超
我的名字叫阿超 年龄25岁 家在北京市 职业是软件开发 每天最晚也会在八点前回家 不抽烟 酒浅尝辄止 晚上十二点上床 保证睡足八个小时 睡前写一篇博客 再做二十分钟俯卧撑暖身 然后再睡觉 基本能熟睡到天亮 像婴儿一样不留下任何疲劳和压力 就这样迎来第二天的早晨 健康检查结果也显示我很正常 我想说明我是一个不论何时都追求内心平稳的人 不拘泥于胜负 不纠结于烦恼 不树立使我夜不能寐的敌人 这就是我在这社会的生活态度
Follow Me公告
This is my Blog