docker - 在我的 docker 上运行 ActiveMQ Artemis,特别是在 mac

我正在尝试在我的 docker 上运行 ActiveMQ Artemis,但在尝试让它运行时我收到了很多错误。我不确定这是否与我的 yml 文件有关。

这是我正在使用的命令: docker-compose up

这是我的 yml 文件:

version: '2'

services:

  artemis:
    image: quay.io/artemiscloud/activemq-artemis-broker
    ports:
      - "8161:8161"
      - "61616:61616"
      - "5672:5672"
    environment:
       ARTEMIS_USERNAME: "admin"
       ARTEMIS_PASSWORD: "admin"
    networks:
      - amqp-quickstart-network
networks:
  amqp-quickstart-network:

我收到此错误,但不确定如何解决此问题。

Attaching to infrastructure-artemis-1
infrastructure-artemis-1  | Creating Broker with args --role admin --name broker --allow-anonymous --http-host 172.19.0.2 --host 172.19.0.2  --force
infrastructure-artemis-1  | Cannot initialize queue:Function not implemented
infrastructure-artemis-1  |
infrastructure-artemis-1  | usage: artemis <command> [<args>]
infrastructure-artemis-1  |
infrastructure-artemis-1  | The most commonly used artemis commands are:
infrastructure-artemis-1  |     address    Address tools group (create|delete|update|show) (example ./artemis address create)
infrastructure-artemis-1  |     browser    It will browse messages on an instance
infrastructure-artemis-1  |     check      Check tools group (node|queue) (example ./artemis check node)
infrastructure-artemis-1  |     consumer   It will consume messages from an instance
infrastructure-artemis-1  |     create     creates a new broker instance
infrastructure-artemis-1  |     data       data tools group (print|recover) (example ./artemis data print)
infrastructure-artemis-1  |     help       Display help information
infrastructure-artemis-1  |     mask       mask a password and print it out
infrastructure-artemis-1  |     perf       Perf tools group (example ./artemis perf client)
infrastructure-artemis-1  |     producer   It will send messages to an instance
infrastructure-artemis-1  |     queue      Queue tools group (create|delete|update|stat|purge) (example ./artemis queue create)
infrastructure-artemis-1  |     transfer   Moves Messages from one destination towards another destination
infrastructure-artemis-1  |     version    print version information
infrastructure-artemis-1  |
infrastructure-artemis-1  | See 'artemis help <command>' for more information on a specific command.
infrastructure-artemis-1  |
infrastructure-artemis-1  | Running Broker
infrastructure-artemis-1  | /opt/amq/bin/launch.sh: line 47: /home/jboss/broker/bin/artemis: No such file or directory
infrastructure-artemis-1 exited with code 127

最佳答案

你的 docker-compose 文件有问题(检查网络)。我可以用简单的一个衬垫运行它

docker run -e AMQ_USER=admin -e AMQ_PASSWORD=admin -p8161:8161 --name artemis quay.io/artemiscloud/activemq-artemis-broker

docker inspect 显示(网络)

"NetworkSettings": {
    "Bridge": "",
    "SandboxID": "fdd6c31e6e984369e592b968c7eaa465ee67233dd8d8d3d048c9fc99898089f5",
    "HairpinMode": false,
    "LinkLocalIPv6Address": "",
    "LinkLocalIPv6PrefixLen": 0,
    "Ports": {
        "8080/tcp": null,
        "8161/tcp": [
            {
                "HostIp": "0.0.0.0",
                "HostPort": "8161"
            },
            {
                "HostIp": "::",
                "HostPort": "8161"
            }
        ],
        "8443/tcp": null
    },

顺便说一句,我在 Ubuntu 上。

关于docker - 在我的 docker 上运行 ActiveMQ Artemis,特别是在 mac M1 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73447886/

相关文章:

javascript - 类型错误 : Cannot read properties of unde

postgresql - 错误 : connect ECONNREFUSED 127. 0.1.1:

reactjs - Github 中This branch has not been deploye

.net - 如何写入 Windows 事件查看器应用程序 channel ? (。网)

xcode - 错误构建 : Command PhaseScriptExecution failed

android - 在 Stripe 付款上显示每小时价格而不是存款价格

html - 打开一个新页面 onclick onclick 一个 div 元素

reactjs - react ,状态变化没有反射(reflect)在回调函数中

android - Proguard R8 警告

swift - 填充颜​​色影响 SwiftUI 中的阴影