rocketmq-docker icon indicating copy to clipboard operation
rocketmq-docker copied to clipboard

Apache RocketMQ Docker

Results 42 rocketmq-docker issues
Sort by recently updated
recently updated
newest added

There is third-party arm image, such as https://github.com/apache/rocketmq-docker/issues/55. But still looking forward to official suport.

enhancement

The issue tracker is **ONLY** used for bug report(feature request need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same report before your raise...

**BUG REPORT** 1. Please describe the issue you observed: - I want to run rocketmq container and set a limit for the max heap size. - I want to through...

docker-compose.yml配置为如下: ``` version: '3.8' services: # 单机版 rocketmq_nameserver1: image: apache/rocketmq:5.1.3 container_name: rocketmq_nameserver1 environment: # 时区上海 TZ: Asia/Shanghai JAVA_OPT_EXT: "-server -Xms512M -Xmx512M -Xmn128m" ports: - "9876:9876" volumes: # 数据挂载 - /opt/docker/rocketmq/logs:/home/rocketmq/logs...

well,when we used docker to run rocketmq two or more container in a host,we found that the max heap size can‘t limited by cgroups. so, why it happened?

mac m1 linux 虚拟环境下 采用sh build-image.sh 5.1.3 alpine命令无法进行本地镜像编译,产生no matching manifest for linux/arm64/v8 in the manifest list entries错误,请问如何解决

> sh build-image-dashboard.sh 1.0.0 centos ``` .... => ERROR [ 4/13] RUN mkdir -p /usr/share/maven /usr/share/maven/ref && wget -O /tmp/apache-maven.tar.gz https://dlcdn.apache.org/ 1.2s ------ > [ 4/13] RUN mkdir -p /usr/share/maven...

bug

**FEATURE REQUEST** 1. Please describe the feature you are requesting. Add a documentation on how to build a local image after changing the source code, for test purpose. For example...